From af42287a7a113da28f1f9aab54cfc2e96c9a6d90 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 2 Mar 2014 19:12:07 +0100 Subject: Specific form for research archaeology (refs #1682) --- ishtar_common/urls.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ishtar_common/urls.py') diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index 6afd8073d..ab47e82b7 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 Étienne Loks +# Copyright (C) 2010-2014 Étienne Loks # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -71,6 +71,8 @@ urlpatterns += patterns('ishtar_common.views', 'show_person', name='show-person'), url(r'autocomplete-town/?$', 'autocomplete_town', name='autocomplete-town'), + url(r'autocomplete-department/?$', 'autocomplete_department', + name='autocomplete-department'), url(r'new-author/(?P.+)?/$', 'new_author', name='new-author'), url(r'autocomplete-author/$', 'autocomplete_author', -- cgit v1.2.3