X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d810a9340ec7f203753fde341321c76ae8cf897a..d96e0c45b35295d3e6012b8e2c93fe42d8d72ca9:/project/urls.py diff --git a/project/urls.py b/project/urls.py index a9fad54f..2c1fab7b 100644 --- a/project/urls.py +++ b/project/urls.py @@ -22,6 +22,7 @@ urlpatterns = patterns('', # Editor panels url(r'^editor/'+PATH_SEC+'/panel/(?P[a-z]+)/$', 'explorer.views.panel_view', name='panel_view'), url(r'^editor/'+PATH_END, 'explorer.views.display_editor', name='editor_view'), + url(r'^editor/$', 'explorer.views.file_list', name='editor_base'), url(r'^editor/'+PATH_SEC+'/split$', 'explorer.views.split_text'), url(r'^editor/'+PATH_SEC+'/split-success',