diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-03 22:23:46 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-03 22:23:46 +0200 |
| commit | fc835921567bde864b158f0a26a9461334b8facd (patch) | |
| tree | 15c53d3ee13d79e72be949dc98d5c31195338a59 /archaeological_operations/urls.py | |
| parent | 7f481fdfc8ce76e70bb4496c63770f8b5a9255b6 (diff) | |
| parent | ba25fffca393f1a92d9e91422532a1da177b9e97 (diff) | |
| download | Ishtar-fc835921567bde864b158f0a26a9461334b8facd.tar.bz2 Ishtar-fc835921567bde864b158f0a26a9461334b8facd.zip | |
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'archaeological_operations/urls.py')
| -rw-r--r-- | archaeological_operations/urls.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archaeological_operations/urls.py b/archaeological_operations/urls.py index 76723deab..ef7d14dd6 100644 --- a/archaeological_operations/urls.py +++ b/archaeological_operations/urls.py @@ -130,6 +130,9 @@ urlpatterns += patterns( 'show_operationsource', name=models.OperationSource.SHOW_URL), url(r'get-operationsource/(?P<type>.+)?$', 'get_operationsource', name='get-operationsource'), + url(r'get-operationsource-full/(?P<type>.+)?$', + 'get_operationsource', name='get-operationsource-full', + kwargs={'full': True}), url(r'dashboard_operation/$', 'dashboard_operation', name='dashboard-operation'), url(r'autocomplete-archaeologicalsite/$', |
