diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-19 18:52:36 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-19 18:52:36 +0100 |
commit | 41d1a261a3e6318a72f569f6cd816ce654547917 (patch) | |
tree | 5edb9a1e880ddf030a00e0f88936a55f0267c6a1 /archaeological_files | |
parent | c9e7e5478aed8757821827e8f5358d7959257a2d (diff) | |
download | Ishtar-41d1a261a3e6318a72f569f6cd816ce654547917.tar.bz2 Ishtar-41d1a261a3e6318a72f569f6cd816ce654547917.zip |
Change labels
* Identifiant musée -> Numéro d'inventaire musée
* Localisation (fiche) -> Localisation géographique
* Date de découverte (exacte ou TPQ) -> Date de découverte (exacte ou début)
* Date de découverte (TAQ) -> Date de découverte (fin)
Diffstat (limited to 'archaeological_files')
-rw-r--r-- | archaeological_files/forms.py | 2 | ||||
-rw-r--r-- | archaeological_files/templates/ishtar/sheet_file.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_files/forms.py b/archaeological_files/forms.py index 10e1d6722..221004a66 100644 --- a/archaeological_files/forms.py +++ b/archaeological_files/forms.py @@ -283,7 +283,7 @@ class FileFormPlanning(CustomForm, ManageOldType): base_models = ["town", "department"] associated_models = {"town": Town, "department": Department} HEADERS = {} - HEADERS["town"] = FormHeader(_("Localisation")) + HEADERS["town"] = FormHeader(_("Geographic localisation")) name = forms.CharField(label=_("Planning name"), required=False, max_length=100) town = widgets.Select2MultipleField( model=Town, label=_("Towns"), required=False, remote=True diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index 417977a11..7b6de41a1 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -89,7 +89,7 @@ {% include "ishtar/blocks/sheet_json.html" %} - <h3>{% trans "Localisation"%}</h3> + <h3>{% trans "Geographic localisation" %}</h3> <div class="row"> {% field_flex_multiple_obj "Towns" item 'towns' %} {% field_flex_multiple_obj "Departments" item 'departments' %} |