Commit e35461e7 authored by Michal Čihař's avatar Michal Čihař

Remove not needed handler

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 65854932
......@@ -764,12 +764,6 @@ urlpatterns = patterns(
{'document_root': settings.MEDIA_ROOT}
),
url(
r'^static/(?P<path>.*)$',
'django.views.static.serve',
{'document_root': settings.STATIC_ROOT}
),
url(
r'^search/$',
'weblate.trans.views.basic.search',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment