From 40a8dc4c343c777772a47c472d3220dfad429d59 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 4 Jul 2011 22:25:10 +0530 Subject: [PATCH] urls to point to new create_article --- edgware/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgware/urls.py b/edgware/urls.py index 5e9b238..ee50750 100644 --- a/edgware/urls.py +++ b/edgware/urls.py @@ -18,7 +18,7 @@ urlpatterns = patterns('', (r'^sandbox/home$', 'main.views.home'), (r'^sandbox/contact$', 'main.views.contact'), (r'^sandbox/archive$', 'files.views.browse'), - (r'^sandbox/publish$', 'main.views.publish'), + (r'^sandbox/publish$', 'editor.views.create_article'), (r'^sandbox/browse$', 'main.views.browse'), (r'^sandbox/upload$', 'files.views.upload_files'), (r'^sandbox/faq$', 'main.views.faq'),