diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-09-18 23:31:21 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-09-18 23:31:21 +0200 |
commit | cbbfef7f1ac2b4252c2818d707bbfa21bc855433 (patch) | |
tree | da01a65898d1ddc8601d7dc4e04cc5b2f384c38a /archaeological_operations/urls.py | |
parent | 893fcca9d1938c5a6063062d9bd363e71e6b3b4e (diff) | |
download | Ishtar-cbbfef7f1ac2b4252c2818d707bbfa21bc855433.tar.bz2 Ishtar-cbbfef7f1ac2b4252c2818d707bbfa21bc855433.zip |
Add history navigation for operations, context records and finds (refs #1401)
Diffstat (limited to 'archaeological_operations/urls.py')
-rw-r--r-- | archaeological_operations/urls.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_operations/urls.py b/archaeological_operations/urls.py index 0da649d2d..13a2c5c35 100644 --- a/archaeological_operations/urls.py +++ b/archaeological_operations/urls.py @@ -67,6 +67,8 @@ urlpatterns += patterns('archaeological_operations.views', 'revert_operation', name='revert-operation'), url(r'show-operation/(?P<pk>.+)?/(?P<type>.+)?$', 'show_operation', name='show-operation'), + url(r'show-historized-operation/(?P<pk>.+)?/(?P<date>.+)?$', + 'show_operation', name='show-historized-operation'), url(r'get-administrativeactop/(?P<type>.+)?$', 'get_administrativeactop', name='get-administrativeactop'), url(r'get-operationsource/(?P<type>.+)?$', |