summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
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
commitb59a857293056780ccd1fba8bdb619685ba59ce7 (patch)
treebfa911330eec58ddbd72dacee6122b9fe2a28f6b /ishtar_common/templates
parent1f16014274a2ad16fcd635fc9b506ef429a33677 (diff)
downloadIshtar-b59a857293056780ccd1fba8bdb619685ba59ce7.tar.bz2
Ishtar-b59a857293056780ccd1fba8bdb619685ba59ce7.zip
Fix dashboard display (refs #1223)
Diffstat (limited to 'ishtar_common/templates')
-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%}