From e654c582583416b67e5c12447df4224ee205da45 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 21 Jan 2017 13:10:08 +0100 Subject: Add a view to display items. Display find view. --- archaeological_finds/urls.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_finds/urls.py') diff --git a/archaeological_finds/urls.py b/archaeological_finds/urls.py index 7be07d015..4a8dec030 100644 --- a/archaeological_finds/urls.py +++ b/archaeological_finds/urls.py @@ -269,6 +269,8 @@ urlpatterns += patterns( name='show-findbasket'), url(r'^show-find(?:/(?P.+))?/(?P.+)?$', 'show_find', name=models.Find.SHOW_URL), + url(r'^display-find/(?P.+)/$', 'display_find', + name='display-' + models.Find.SLUG), url(r'^show-historized-find/(?P.+)?/(?P.+)?$', 'show_find', name='show-historized-find'), url(r'^revert-find/(?P.+)/(?P.+)$', -- cgit v1.2.3