diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-02-24 02:00:38 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-02-24 02:00:38 +0100 |
commit | 2c63c9823f1f81efb42834d1d2fcdb35c8eb42d3 (patch) | |
tree | 2ce66a68b00fa892f347cdd4b9689447681f7d0f | |
parent | 22f0ebd9873ea5eebbb0e8f2ef69fdee068bf0d1 (diff) | |
parent | f8bf55318be7bd953b1e78256bdbb862079d4848 (diff) | |
download | Ishtar-2c63c9823f1f81efb42834d1d2fcdb35c8eb42d3.tar.bz2 Ishtar-2c63c9823f1f81efb42834d1d2fcdb35c8eb42d3.zip |
Merge branch 'master' of gitlab.com:ishtar/ishtar
-rw-r--r-- | archaeological_files_pdl/templates/ishtar/wizard/file_confirm_wizard.html | 4 | ||||
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_files_pdl/templates/ishtar/wizard/file_confirm_wizard.html b/archaeological_files_pdl/templates/ishtar/wizard/file_confirm_wizard.html index 87c9adc88..fd85de473 100644 --- a/archaeological_files_pdl/templates/ishtar/wizard/file_confirm_wizard.html +++ b/archaeological_files_pdl/templates/ishtar/wizard/file_confirm_wizard.html @@ -5,7 +5,7 @@ {% block "warning_informations" %} {% for file in numeric_reference_files %} {% if forloop.first %} -<p class='alert'><label>{% trans "The following files have the same numeric index as this file." %}</label></p> +<p class='alert'><label>{% trans "The following files have the same numeric index as this file:" %}</label></p> <ul> {% endif%} <li>{{file}} <a href='#' onclick='load_window("{% url 'show-file' file.pk '' %}", "{{model_name}}");' class='display_details'>{% trans "Details" %}</a></li> @@ -16,7 +16,7 @@ {% endfor %} {% for file in similar_files %} {% if forloop.first %} -<p class='alert'><label>{% trans "The following files are in the same town and have parcels in common with this file." %}</label></p> +<p class='alert'><label>{% trans "The following files are in the same town and have parcels in common with this file:" %}</label></p> <ul> {% endif%} <li>{{file}} <a href='#' onclick='load_window("{% url 'show-file' file.pk '' %}", "{{model_name}}");' class='display_details'>{% trans "Details" %}</a></li> diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 4e6c85516..87cf53b27 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -124,7 +124,7 @@ {% include "ishtar/blocks/window_tables/parcels.html" %} {% if item.administrative_act %} -{% trans "Administrativ acts" as administrativeacts_label %} +{% trans "Administrative acts" as administrativeacts_label %} {% table_administrativact administrativeacts_label item.administrative_act.all %} {% endif %} |