diff options
| -rw-r--r-- | chimere/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/urls.py b/chimere/urls.py index 7d680da..a232382 100644 --- a/chimere/urls.py +++ b/chimere/urls.py @@ -71,7 +71,7 @@ urlpatterns += patterns('chimere.views', name="getgeoobjects"), url(r'^(?P<area_name>[a-zA-Z0-9_-]+/)?getAvailableCategories/$', 'get_available_categories', name="get_categories"), - url(r'^(?P<area_name>[a-zA-Z0-9_-]+/)?ty/(?P<tiny_urn>\w+)$', + url(r'^(?P<area_name>[a-zA-Z0-9_-]*/)?ty/(?P<tiny_urn>\w+)$', 'redirectFromTinyURN', name="tiny"), url(r'^(?P<area_name>[a-zA-Z0-9_-]+/)?upload_file/((?P<category_id>\w+)/)?$', 'uploadFile', name='upload_file'), |
