summaryrefslogtreecommitdiff
path: root/config/base_urls.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2014-07-08 11:17:12 -0400
committerluxagraf <sng@luxagraf.net>2014-07-08 11:17:12 -0400
commit9c0e098213a3fd0dab5bb8778fb730aca088f9e2 (patch)
tree43f9dec99a6cebfbddfae208b79a5d8cac3bd1f8 /config/base_urls.py
parentafbbfec0afb212524361de6e103893fbae01888a (diff)
fixed some url related bugs
Diffstat (limited to 'config/base_urls.py')
-rw-r--r--config/base_urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/base_urls.py b/config/base_urls.py
index 65c68c2..d01eddc 100644
--- a/config/base_urls.py
+++ b/config/base_urls.py
@@ -50,7 +50,6 @@ urlpatterns += patterns('',
(r'^projects/', include('projects.urls')),
#Entry detail i.e. /year/month/day/my-title/
#old: (r'(?P<year>\d{4})/(?P<month>[a-z]{3})/(?P<day>\w{1,2})/(?P<slug>[-\w]+)/$', 'blog.views.entry_detail'),
- (r'(?P<year>\d{4})/(?P<month>\d{2})/(?P<slug>[-\w]+)$', 'blog.views.entry_detail'),
# locations
(r'^locations/', include('locations.urls')),
(r'^photos/', include('photos.urls')),