Merge branch 'master' of ssh://k.sfconservancy.org/website
This commit is contained in:
commit
266644662a
5 changed files with 7 additions and 7 deletions
|
@ -60,9 +60,9 @@ class Entry(models.Model, bsoup.SoupModelMixin):
|
||||||
super(Entry, self).save()
|
super(Entry, self).save()
|
||||||
return
|
return
|
||||||
|
|
||||||
blog_name = 'Software Freedom Law Center Blog'
|
blog_name = 'Software Freedom Conservancy Blog'
|
||||||
blog_url = 'http://www.softwarefreedom.org/blog/'
|
blog_url = 'http://www.sfconservancy.org/blog/'
|
||||||
post_url = ('http://www.softwarefreedom.org'
|
post_url = ('http://www.sfconservancy.org'
|
||||||
+ self.get_absolute_url())
|
+ self.get_absolute_url())
|
||||||
|
|
||||||
import xmlrpclib
|
import xmlrpclib
|
||||||
|
|
|
@ -48,9 +48,9 @@ class PressRelease(models.Model, bsoup.SoupModelMixin):
|
||||||
super(PressRelease, self).save()
|
super(PressRelease, self).save()
|
||||||
return
|
return
|
||||||
|
|
||||||
blog_name = 'Software Freedom Law Center News'
|
blog_name = 'Software Freedom Conservancy News'
|
||||||
blog_url = 'http://www.softwarefreedom.org/news/'
|
blog_url = 'https://www.sfconservancy.org/news/'
|
||||||
post_url = ('http://www.softwarefreedom.org'
|
post_url = ('https://www.sfconservancy.org'
|
||||||
+ self.get_absolute_url())
|
+ self.get_absolute_url())
|
||||||
|
|
||||||
import xmlrpclib
|
import xmlrpclib
|
||||||
|
|
BIN
www/conservancy/static/img/2016_Edward-Snowden_CC-BY-SA-4.0.jpg
Normal file
BIN
www/conservancy/static/img/2016_Edward-Snowden_CC-BY-SA-4.0.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
BIN
www/conservancy/static/img/2020_Leslie-Hawthorn.jpg
Normal file
BIN
www/conservancy/static/img/2020_Leslie-Hawthorn.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 MiB |
|
@ -1,2 +1,2 @@
|
||||||
<p><i>Blog post by <strong>{{ obj.author.formal_name }}</strong>. Please email any comments on this entry to <a href="mailto:{{ obj.author.username }}@softwarefreedom.org"><{{ obj.author.username }}@sfconservancy.org></a>.</i></p>
|
<p><i>Blog post by <strong>{{ obj.author.formal_name }}</strong>. Please email any comments on this entry to <a href="mailto:{{ obj.author.username }}@sfconservancy.org"><{{ obj.author.username }}@sfconservancy.org></a>.</i></p>
|
||||||
{{ obj.body|safe }}
|
{{ obj.body|safe }}
|
||||||
|
|
Loading…
Reference in a new issue