From 08967c9a904b6380c6f794eb934038a3cfa65839 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 18 Sep 2013 23:31:21 +0200 Subject: Add history navigation for operations, context records and finds (refs #1401) --- archaeological_context_records/views.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_context_records/views.py') 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', -- cgit v1.2.3