Show correct user name and email
This commit is contained in:
parent
c2a76e6c39
commit
f871bb2aba
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue