aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/photos/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/photos/urls.py')
-rw-r--r--bn_django/photos/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/photos/urls.py b/bn_django/photos/urls.py
index af0c25a..233ccc4 100644
--- a/bn_django/photos/urls.py
+++ b/bn_django/photos/urls.py
@@ -18,6 +18,6 @@ urlpatterns = patterns('django.views.generic.list_detail',
dict(info_dict, queryset=Photo.objects.all())),
)
urlpatterns += patterns('bn_django.photos.views',
- (r'^import/[\d+]/$', 'import_photos'),
+ (r'^import/(?P<thegallery>\d+)/$', 'import_photos'),
#(r'^export/(\d+)/$', 'export'),
)