diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-10-06 14:49:10 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-10-06 14:49:10 +0200 |
commit | dad03f626f1028daa44821a7d88551fec21ae88f (patch) | |
tree | 7db35133da25a55cfe1183260953aab882255309 /archaeological_finds/urls.py | |
parent | 4b1349b748e8dbd1ace541cc55562dba6bd9fe6f (diff) | |
download | Ishtar-dad03f626f1028daa44821a7d88551fec21ae88f.tar.bz2 Ishtar-dad03f626f1028daa44821a7d88551fec21ae88f.zip |
Grids: manage multiple values in the same column
Diffstat (limited to 'archaeological_finds/urls.py')
-rw-r--r-- | archaeological_finds/urls.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_finds/urls.py b/archaeological_finds/urls.py index 0e337b519..a5232d2a9 100644 --- a/archaeological_finds/urls.py +++ b/archaeological_finds/urls.py @@ -51,6 +51,8 @@ urlpatterns += patterns( name='autocomplete-materialtype'), url(r'get-find/(?P<type>.+)?$', 'get_find', name='get-find'), + url(r'get-find-for-ope/(?P<type>.+)?$', 'get_find_for_ope', + name='get-find-for-ope'), url(r'get-find-full/(?P<type>.+)?$', 'get_find', name='get-find-full', kwargs={'full': True}), url(r'get-findsource/(?P<type>.+)?$', |