X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/fc7a60feb9496c250cd1e8ca3db8c74267790047..f31bb368a2cad9a61e4fc652fa4b40c4114a128c:/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'),