Include missing slash in URL to purge for quotes
authorMagnus Hagander <magnus@hagander.net>
Sun, 27 Nov 2011 11:29:50 +0000 (12:29 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sun, 27 Nov 2011 11:29:50 +0000 (12:29 +0100)
pgweb/quotes/models.py

index 296dde1322da84e48e9b8c85e424d2fe37342c01..5258eb540c0c7fac7dd80c7272ddf90b856426a8 100644 (file)
@@ -10,7 +10,7 @@ class Quote(PgModel, models.Model):
        
        send_notification = True
 
-       purge_urls = ('about/quotesarchive/', '/$', )
+       purge_urls = ('/about/quotesarchive/', '/$', )
 
        def __unicode__(self):
                if len(self.quote) > 75: