Changeset - e3252d71200c
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-05-22 04:49:32
lukeman@gmail.com
move cms slug down to root url
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
symposion_project/urls.py
Show inline comments
...
 
@@ -22,7 +22,7 @@ urlpatterns = patterns("",
 
    url(r"^account/", include("pinax.apps.account.urls")),
 
    url(r"^openid/", include(PinaxConsumer().urls)),
 
    url(r"^markitup/", include("markitup.urls")),
 
    url(r"^pages/(?P<slug>%s)/$" % WIKI_SLUG, "cms.views.page", name="cms_page"),
 
    url(r"^(?P<slug>%s)/$" % WIKI_SLUG, "cms.views.page", name="cms_page"),
 
)
 

	
 

	
0 comments (0 inline, 0 general)