Skip to content

Commit

Permalink
fixing #758
Browse files Browse the repository at this point in the history
  • Loading branch information
kavindya89 authored and Ian Ross committed Oct 10, 2016
1 parent 82c70fc commit e4680a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cadasta/templates/organization/organization_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,11 @@ <h3>{% trans "Members" %}</h3>
<ul class="list-unstyled list-divider">
{% for user in organization.users.all %}
<li>
<strong>{{ user.full_name }}</strong><br />{% trans "Username" %}: {{ user.username }}
<strong>
{{ user.get_display_name }}
</strong>
<br />
{% trans "Username" %}: {{ user.username }}
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit e4680a5

Please sign in to comment.