summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-03-21 18:12:27 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-03-21 18:12:27 +0100
commit8a5a127af79fd2f6ebd1ea1f106c06e675d66f8b (patch)
tree3faed4493575229e097764fa20fb26b227f78b3e /archaeological_operations/forms.py
parent30e374e52f7bdf336d1f9076e4e343d596aa9ebc (diff)
downloadIshtar-8a5a127af79fd2f6ebd1ea1f106c06e675d66f8b.tar.bz2
Ishtar-8a5a127af79fd2f6ebd1ea1f106c06e675d66f8b.zip
⚡️ custom form: better filter for JSON fields - 🐛 fix administrative act custom forms (refs #6238, refs #6239)
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r--archaeological_operations/forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py
index 6a76c4197..28d8825f4 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/forms.py
@@ -1549,8 +1549,8 @@ class AdministrativeActForm(CustomForm, ManageOldType):
class AdministrativeActOpeForm(AdministrativeActForm):
- form_admin_name = _("Operation - Administrative act - General")
- form_slug = "operation-adminact-general"
+ form_admin_name = _("Administrative act - Operation - General")
+ form_slug = "adminact-operation-general"
class AdministrativeActModifForm(object):