Fix typo [ci skip]

This commit is contained in:
Iacopo Spalletti 2015-10-01 08:56:15 +02:00
parent d50c434833
commit e50ba0a4ec

View file

@ -170,7 +170,7 @@ As all the styles are loaded in the urlconf, the latter two does not allow to ha
beneath the page the blog is attached to. If you want to do this, you have to override the default
urlconfs by setting somethik like the following in the project settings::
BLOG_PERMALINKS_URLS = {
BLOG_PERMALINK_URLS = {
'full_date': r'^(?P<year>\d{4})/(?P<month>\d{1,2})/(?P<day>\d{1,2})/(?P<slug>\w[-\w]*)/$',
'short_date': r'^(?P<year>\d{4})/(?P<month>\d{1,2})/(?P<slug>\w[-\w]*)/$',
'category': r'^post/(?P<category>\w[-\w]*)/(?P<slug>\w[-\w]*)/$',