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>
|
<tbody>
|
||||||
{% for user in users %}
|
{% for user in users %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ user.name}}</td>
|
<td>{{ user.user.name}}</td>
|
||||||
<td>{{ user.email}} CHF</td>
|
<td>{{ user.user.email}}</td>
|
||||||
<td>
|
<td>
|
||||||
<button type="button" class="btn btn-default"><a
|
<button type="button" class="btn btn-default"><a
|
||||||
href="{% url 'hosting:bills' user.id %}">{% trans "View Bill"%}</a>
|
href="{% url 'hosting:bills' user.id %}">{% trans "View Bill"%}</a>
|
||||||
|
|
Loading…
Reference in a new issue