X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/687fac27f7a6aacbc140300cd5f40ffe3cc20e89..970685936cdd7b70e3efa2f2506f66198049b16d:/project/urls.py diff --git a/project/urls.py b/project/urls.py index ce2f6b56..b3576889 100644 --- a/project/urls.py +++ b/project/urls.py @@ -23,6 +23,10 @@ urlpatterns = patterns('', 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/'+PATH_SEC+'/split$', 'explorer.views.split_text'), + url(r'^editor/'+PATH_SEC+'/split-success', + 'explorer.views.split_success', name='split-success'), + url(r'^editor/'+PATH_SEC+'/print/html$', 'explorer.views.print_html'), url(r'^editor/'+PATH_SEC+'/print/xml$', 'explorer.views.print_xml'),