X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/43a0821ebc84593e4bf9c073035574b28841471e..8132fc186eb0c5fd02c86828c3a4735754296d02:/redakcja/urls.py diff --git a/redakcja/urls.py b/redakcja/urls.py index b3da1ee6..c0629fac 100644 --- a/redakcja/urls.py +++ b/redakcja/urls.py @@ -27,6 +27,7 @@ urlpatterns = patterns('', url(r'^documents/', include('catalogue.urls')), url(r'^apiclient/', include('apiclient.urls')), url(r'^editor/', include('wiki.urls')), + url(r'^images/', include('wiki_img.urls')), url(r'^cover/', include('cover.urls')), )