Changeset - 4ceb4b4ae2e2
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 14 months ago 2023-02-11 06:22:32
ben@sturm.com.au
Fix whitespace
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/apps/news/models.py
Show inline comments
...
 
@@ -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())
 

	
0 comments (0 inline, 0 general)