summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/dashboards
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-09-04 23:01:08 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-09-04 23:01:08 +0200
commit222c8a324689848181003325c6aef5ffa57e32f0 (patch)
treebfa911330eec58ddbd72dacee6122b9fe2a28f6b /ishtar_common/templates/ishtar/dashboards
parent057f6d81d5dee5ba8eba2fd959553cf57657990d (diff)
downloadIshtar-222c8a324689848181003325c6aef5ffa57e32f0.tar.bz2
Ishtar-222c8a324689848181003325c6aef5ffa57e32f0.zip
Fix dashboard display (refs #1223)
Diffstat (limited to 'ishtar_common/templates/ishtar/dashboards')
-rw-r--r--ishtar_common/templates/ishtar/dashboards/dashboard_main.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/dashboards/dashboard_main.html b/ishtar_common/templates/ishtar/dashboards/dashboard_main.html
index 8195bcdaf..fb18580ef 100644
--- a/ishtar_common/templates/ishtar/dashboards/dashboard_main.html
+++ b/ishtar_common/templates/ishtar/dashboards/dashboard_main.html
@@ -74,7 +74,7 @@
<tr><th>{% trans "User type" %}</th><th>{% trans "Number" %}</th></tr>
{% for user_type in ishtar_users.types %}
<tr>
- <td class='string'>{{user_type.person.person_types.all.0.label}}{#TODO: Display all#}</td>
+ <td class='string'>{{user_type.person__person_types__label}}{#TODO: Display all#}</td>
<td>{{user_type.number}}</td>
</tr>
{% endfor%}