From 89a89e9c1dcc072d2d435d57d4eb1761b94099c7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 7 Jul 2016 20:28:33 +0200 Subject: Switch to font-awesome for icons --- archaeological_operations/templates/ishtar/sheet_operation.html | 6 +++--- .../templates/ishtar/wizard/wizard_adminact_deletion.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'archaeological_operations/templates') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index d1cd1578c..9af7a3e44 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -26,7 +26,7 @@
{% trans "Modify" %}
{% if item.virtual_operation %} -

{% trans "This operation is virtual." %}

+

{% trans "This operation is virtual." %}

{% endif %}

{% trans "General"%}

@@ -35,7 +35,7 @@ {% if item.operation_code %}

{{ item.operation_code }}

{% endif %} {% if item.code_patriarche %}

OA{{ item.code_patriarche }}

{%else%} -

{%trans "Patriarche OA code not yet recorded!"%}

{%endif%} +

{%trans "Patriarche OA code not yet recorded!"%}

{%endif%}

{% if item.history_date %}{{ item.history_date }}{% else %}{{ item.history.all.0.history_date }}{% endif %}

{{ item.history_creator.ishtaruser.full_label }}

@@ -117,7 +117,7 @@ {% ifchanged rel.relation_type %} {% if forloop.counter0 %}{% endif %}

{{rel.relation_type}}

{% endif %} {% endfor %} {% endif %} diff --git a/archaeological_operations/templates/ishtar/wizard/wizard_adminact_deletion.html b/archaeological_operations/templates/ishtar/wizard/wizard_adminact_deletion.html index 0b44b4ad0..0e47a417c 100644 --- a/archaeological_operations/templates/ishtar/wizard/wizard_adminact_deletion.html +++ b/archaeological_operations/templates/ishtar/wizard/wizard_adminact_deletion.html @@ -3,6 +3,6 @@ {% block "extra_informations" %} {% if current_object.index %} -

+

{% endif %} {% endblock %} -- cgit v1.2.3