Fix whitespace
This commit is contained in:
parent
8d48feb4c6
commit
4ceb4b4ae2
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class PressRelease(models.Model, bsoup.SoupModelMixin):
|
|||
return
|
||||
|
||||
blog_name = 'Software Freedom Conservancy News'
|
||||
blog_url = 'https://www.sfconservancy.org/news/'
|
||||
blog_url = 'https://www.sfconservancy.org/news/'
|
||||
post_url = ('https://www.sfconservancy.org'
|
||||
+ self.get_absolute_url())
|
||||
|
||||
|
|
Loading…
Reference in a new issue