From e50ba0a4ecb038f3698a19826612f8c150b3f297 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Thu, 1 Oct 2015 08:56:15 +0200 Subject: [PATCH] Fix typo [ci skip] --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 98154f5..900427b 100644 --- a/README.rst +++ b/README.rst @@ -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\d{4})/(?P\d{1,2})/(?P\d{1,2})/(?P\w[-\w]*)/$', 'short_date': r'^(?P\d{4})/(?P\d{1,2})/(?P\w[-\w]*)/$', 'category': r'^post/(?P\w[-\w]*)/(?P\w[-\w]*)/$',