X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/a130412e611a2a29bf0cc9bbbfdefea0b1d0061f..25880e3bcf289743113655c7ec2fff4fd1587c2f:/project/urls.py?ds=sidebyside diff --git a/project/urls.py b/project/urls.py index 1ba97d65..05fe1b4c 100644 --- a/project/urls.py +++ b/project/urls.py @@ -17,6 +17,7 @@ urlpatterns = patterns('', url(r'^editor/(?P[^/]+)/panels/xmleditor/$', 'explorer.views.xmleditor_panel', name='xmleditor_panel'), url(r'^editor/(?P[^/]+)/panels/gallery/$', 'explorer.views.gallery_panel', name='gallery_panel'), url(r'^editor/(?P[^/]+)/panels/htmleditor/$', 'explorer.views.htmleditor_panel', name='htmleditor_panel'), + url(r'^editor/(?P[^/]+)/panels/dceditor/$', 'explorer.views.dceditor_panel', name='dceditor_panel'), # Admin panel url(r'^admin/doc/', include('django.contrib.admindocs.urls')),