diff options
Diffstat (limited to 'archaeological_finds/views.py')
| -rw-r--r-- | archaeological_finds/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/views.py b/archaeological_finds/views.py index 0e9d46c16..9c10f65ae 100644 --- a/archaeological_finds/views.py +++ b/archaeological_finds/views.py @@ -1428,6 +1428,7 @@ class QAFindLockView(QABaseLockView): find_dating_add = get_dating_form(models.Find, models.FindDating, "find-dating-add") +find_dating_modify = get_dating_form(models.Find, models.FindDating, "find-dating-modify") def get_geo_items(request, current_right=None): |
