.
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
{% for list_user in object_list %}
|
{% for list_user in object_list %}
|
||||||
<li>Username: <a href="{% url 'account_profile' list_user.username %}">{{ list_user.username }}</a><br/>
|
<li>Username: <a href="{% url 'account_profile' list_user.username %}">{{ list_user.username }}</a><br/>
|
||||||
Name: {{list_user.first_name}} {{list_user.last_name}}<br/>
|
Name: {{list_user.first_name}} {{list_user.last_name}}<br/>
|
||||||
Grade: {{list_user.grade}} / Supervisor: {{list_user.supervisor}} [{{list_user.supervisor_email}}]<br/>
|
Grade: {{list_user.userprofile.grade}} / Supervisor: {{list_user.userprofile.supervisor}} [{{list_user.userprofile.supervisor_email}}]<br/>
|
||||||
Registration number: {{list_user.registration_number}}
|
Registration number: {{list_user.registration_number}}
|
||||||
<button class="small-url-button"><a href="{% url 'account_update' list_user.username %}">Edit user</a></button>
|
<button class="small-url-button"><a href="{% url 'account_update' list_user.username %}">Edit user</a></button>
|
||||||
<button class="small-url-button"><a href="{% url 'account_profile_update' list_user.username %}">Edit profile</a></button>
|
<button class="small-url-button"><a href="{% url 'account_profile_update' list_user.username %}">Edit profile</a></button>
|
||||||
|
|||||||
Reference in New Issue
Block a user