From a25d16f856dc2f743a1afb40a3b34151c0ac0b1f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 15 Sep 2016 15:32:35 +0200 Subject: Dashboard operation: fix table layout (refs #3218) --- .../templates/ishtar/dashboards/dashboard_operation.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html b/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html index eca69b87f..5b435032e 100644 --- a/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html +++ b/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html @@ -662,7 +662,9 @@ {% for yr in dashboard.years %} {% if forloop.counter0|divisibleby:3 %} {% trans "Department" %}{% endif %} - {{yr|default_if_none:'-'}}{% endfor %}{% trans "Sum" %} + {{yr|default_if_none:'-'}}{% endfor %} + {% trans "Department" %} + {% trans "Sum" %} {% for yr in dashboard.years %}{%trans "Nb."%}{%trans "Cost"%}{%trans "FNAP cost"%}{% endfor %}{%trans "Nb."%}{%trans "Cost"%}{%trans "FNAP cost"%} -- cgit v1.2.3