Show correct user name and email

This commit is contained in:
Modulos 2017-05-08 01:43:47 +02:00
parent c2a76e6c39
commit f871bb2aba
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
<tbody>
{% for user in users %}
<tr>
<td>{{ user.name}}</td>
<td>{{ user.email}} CHF</td>
<td>{{ user.user.name}}</td>
<td>{{ user.user.email}}</td>
<td>
<button type="button" class="btn btn-default"><a
href="{% url 'hosting:bills' user.id %}">{% trans "View Bill"%}</a>