summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates/ishtar/sheet_administrativeact.html
diff options
context:
space:
mode:
authorValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2017-03-17 11:13:56 +0100
committerValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2017-03-17 11:13:56 +0100
commitdc08e5f643562a6ecf3b208c1e2cd44e5350af3c (patch)
tree4fa8e7f3c155e9bde465c305c67d2f42fbb8218e /archaeological_operations/templates/ishtar/sheet_administrativeact.html
parent3bceceddcbb8eb08b5e37de0afe2aafc3f90abf7 (diff)
downloadIshtar-dc08e5f643562a6ecf3b208c1e2cd44e5350af3c.tar.bz2
Ishtar-dc08e5f643562a6ecf3b208c1e2cd44e5350af3c.zip
Update labels (without ':')
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_administrativeact.html')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_administrativeact.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_administrativeact.html b/archaeological_operations/templates/ishtar/sheet_administrativeact.html
index 080275aa9..92246ba80 100644
--- a/archaeological_operations/templates/ishtar/sheet_administrativeact.html
+++ b/archaeological_operations/templates/ishtar/sheet_administrativeact.html
@@ -33,13 +33,13 @@
{% field_li_detail "Treatment request" item.treatment_file %}
{% if item.operation and item.operation.surface %}
- <li><label>{% trans "Surface:"%}</label> <span class='value'>{{ item.operation.surface }} m<sup>2</sup> ({{ item.operation.surface_ha }} ha)</span></li>
+ <li><label>{% trans "Surface"%}</label> <span class='value'>{{ item.operation.surface }} m<sup>2</sup> ({{ item.operation.surface_ha }} ha)</span></li>
{% endif %}
{% field_li_detail "Created by" item.history_creator.ishtaruser.person %}
{% comment %}{% if item.general_contractor.attached_to %}<p>
- <label>{% trans "General contractor organisation:"%}</label>
+ <label>{% trans "General contractor organisation"%}</label>
<span class='value'>{{ item.general_contractor.attached_to }}</span></p>{% endif %} <!-- Contractor's organisation displayed as concat of Name/Adress/postal_code/city -->
-{% if item.general_contractor %}<p><label>{%trans "General contractor:"%}</label> <span class='value'>{{ item.general_contractor.full_label }}</span></p>{% endif %}
+{% if item.general_contractor %}<p><label>{%trans "General contractor"%}</label> <span class='value'>{{ item.general_contractor.full_label }}</span></p>{% endif %}
{% endcomment %}
</ul>