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 | 08967c9a904b6380c6f794eb934038a3cfa65839 (patch) | |
tree | da01a65898d1ddc8601d7dc4e04cc5b2f384c38a /archaeological_context_records/views.py | |
parent | 36a54b1d288a9dd4d2be9d26aeebf68d6364cb54 (diff) | |
download | Ishtar-08967c9a904b6380c6f794eb934038a3cfa65839.tar.bz2 Ishtar-08967c9a904b6380c6f794eb934038a3cfa65839.zip |
Add history navigation for operations, context records and finds (refs #1401)
Diffstat (limited to 'archaeological_context_records/views.py')
-rw-r--r-- | archaeological_context_records/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/views.py b/archaeological_context_records/views.py index 8f56182ff..7f42866d8 100644 --- a/archaeological_context_records/views.py +++ b/archaeological_context_records/views.py @@ -26,6 +26,7 @@ from forms import * import models show_contextrecord = show_item(models.ContextRecord, 'contextrecord') +revert_contextrecord = revert_item(models.ContextRecord) get_contextrecord = get_item(models.ContextRecord, 'get_contextrecord', 'contextrecord', extra_request_keys={'parcel__town':'parcel__town__pk', |