diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-03-31 12:37:41 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-01 10:58:30 +0200 |
| commit | 7650b0c1ff1b16db314e0b95de30036c9708575d (patch) | |
| tree | 80980d23f837a6fd60d2cde20f74e40daf869610 /archaeological_operations/models.py | |
| parent | 9d5555c9865b0ed72e8906caaef818c547ba3170 (diff) | |
| download | Ishtar-7650b0c1ff1b16db314e0b95de30036c9708575d.tar.bz2 Ishtar-7650b0c1ff1b16db314e0b95de30036c9708575d.zip | |
✨ sites - form: add heritage fields in edit forms
Diffstat (limited to 'archaeological_operations/models.py')
| -rw-r--r-- | archaeological_operations/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index cb9a2ab86..d2f6861ed 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -426,7 +426,7 @@ class ArchaeologicalSite( ("towns__areas__label", _("Area")), ("towns__areas__parent__label", _("Extended area")), ("discovery_status__label", _("Discovery status")), - ("current_status__label", _("Current status")), + ("current_states__label", _("Current states")), ("nature_of_site__label", _("Nature of site")), ("interpretation_level__label", _("Interpretation level")), ("heritage_interests__label", _("Heritage interest")), |
