From 222506fddb21d3c4e87fc6faf9b905dd988062c6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 14 Nov 2025 15:18:00 +0100 Subject: ✨ datings refactoring: modify view/form MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_finds/views.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_finds/views.py') 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): -- cgit v1.2.3