diff options
Diffstat (limited to 'ishtar/templates/dashboard_operation.html')
-rw-r--r-- | ishtar/templates/dashboard_operation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar/templates/dashboard_operation.html b/ishtar/templates/dashboard_operation.html index 71d9563d2..28f1dd9c6 100644 --- a/ishtar/templates/dashboard_operation.html +++ b/ishtar/templates/dashboard_operation.html @@ -471,7 +471,7 @@ <tr> {%for yr in dashboard.years %}<th>{%trans "Nb."%}</th><th>{%trans "Cost"%}</th><th>{%trans "FNAP cost"%}</th>{% endfor %}<th>{%trans "Nb."%}</th><th>{%trans "Cost"%}</th><th>{%trans "FNAP cost"%}</th> </tr> - {% for lbl, years in dashboard.survey.effective_by_dpt %} + {% for lbl, years in dashboard.excavation.effective_by_dpt %} <tr> <th class='sub'>{{lbl}}</th>{%for nb, area, cost, fnap in years %}<td{%if forloop.last%} class='sub'{%endif%}>{{nb}}</td><td{%if forloop.last%} class='sub'{%endif%}>{{cost}}</td><td{%if forloop.last%} class='sub'{%endif%}>{{fnap}}</td>{% endfor %} </tr> |