X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/fc7a60feb9496c250cd1e8ca3db8c74267790047..e6ba3117b6791a88ffef8ddecb310b5d514780e9:/project/urls.py diff --git a/project/urls.py b/project/urls.py index ce2f6b56..ae7a636c 100644 --- a/project/urls.py +++ b/project/urls.py @@ -23,11 +23,15 @@ 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'), # Task managment - url(r'^manager/pull-requests$', 'explorer.views.pull_requests'), + # url(r'^manager/pull-requests$', 'explorer.views.pull_requests'), # Admin panel url(r'^admin/doc/', include('django.contrib.admindocs.urls')),