X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/a1f864eeb12aacf2d2c094c2bcb8add8b10c4e48..93aef898ef3f9554c6ee7624113b4e7e0c62abc4:/platforma/urls.py diff --git a/platforma/urls.py b/platforma/urls.py index a5667bb7..8100a182 100755 --- a/platforma/urls.py +++ b/platforma/urls.py @@ -32,7 +32,7 @@ urlpatterns = patterns('', # Our über-restful api # url(r'^api/', include('api.urls')), - url(r'^gallery/(?P[^/]+)$', 'explorer.views.document_gallery'), + url(r'^gallery/(?P[^/]+)$', 'explorer.views.document_gallery'), # Static files (should be served by Apache) url(r'^%s(?P.+)$' % settings.MEDIA_URL[1:], 'django.views.static.serve',