diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-03-27 12:14:54 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-03-27 12:19:15 +0100 |
| commit | 41de8783a4307a305a09ae522db9cec53f4b43ca (patch) | |
| tree | d5e6ebc45d41f9729e2604a44a5eae09ceae6430 /archaeological_context_records | |
| parent | e0e01265db6b6558d520b8c12a841f62e7f2b2c3 (diff) | |
| download | Ishtar-41de8783a4307a305a09ae522db9cec53f4b43ca.tar.bz2 Ishtar-41de8783a4307a305a09ae522db9cec53f4b43ca.zip | |
🗃️ sites - models: add dating
Diffstat (limited to 'archaeological_context_records')
| -rw-r--r-- | archaeological_context_records/models.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index 800a6604b..2eb9c0380 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -30,8 +30,7 @@ from django.db.models import Q from django.db.models.signals import m2m_changed, pre_delete, post_delete, post_save from django.urls import reverse, reverse_lazy -from ishtar_common.utils import get_generated_id, gettext_lazy as _, pgettext_lazy, \ - pgettext +from ishtar_common.utils import gettext_lazy as _, pgettext_lazy, pgettext from django.utils.text import slugify @@ -395,7 +394,7 @@ class ContextRecord( [ ("unit__label", _("Context record type")), ("operation__cached_label", _("Operation")), - ("datings__period__label", _("Chronological period")), + ("periods__label", _("Chronological period")), ("identifications__label", _("Identification")), ("activity__label", _("Activity")), ("excavation_technics__label", _("Excavation techniques")), |
