summaryrefslogtreecommitdiff
path: root/archaeological_operations/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-03-12 10:52:35 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-03-13 15:48:10 +0100
commitd2c9fab7e330f3c5db660ee65af8db5c9d41370b (patch)
tree17b034cac8eb87b006f1d84234cf1134a5d1f7eb /archaeological_operations/models.py
parent0d2e4f60e8ce2f42359c2feb7360eb0ed72ad82b (diff)
downloadIshtar-d2c9fab7e330f3c5db660ee65af8db5c9d41370b.tar.bz2
Ishtar-d2c9fab7e330f3c5db660ee65af8db5c9d41370b.zip
🐛 administrative act: fix internal reference label (refs #6185)
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r--archaeological_operations/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py
index 294d07847..76e258994 100644
--- a/archaeological_operations/models.py
+++ b/archaeological_operations/models.py
@@ -2959,7 +2959,7 @@ class AdministrativeAct(DocumentItem, BaseHistorizedItem, OwnPerms, ValueGetter,
),
"index": SearchAltName(pgettext_lazy("key for text search", "index"), "index"),
"ref_sra": SearchAltName(
- pgettext_lazy("key for text search", "other-ref"), "ref_sra__iexact"
+ pgettext_lazy("key for text search", "internal-reference"), "ref_sra__iexact"
),
"operation__code_patriarche": SearchAltName(
pgettext_lazy("key for text search", "patriarche"),
@@ -3169,7 +3169,7 @@ class AdministrativeAct(DocumentItem, BaseHistorizedItem, OwnPerms, ValueGetter,
year = models.IntegerField(_("Year"), blank=True, null=True)
act_object = models.TextField(_("Object"), blank=True, default="")
ref_sra = models.CharField(
- _("Other reference"), max_length=200, blank=True, null=True
+ _("Internal reference"), max_length=200, blank=True, null=True
)
departments_label = models.TextField(
_("Departments"),