mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +00:00
Show groups on user profile
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
<b>Username:</b> {{ user.username }}<br/>
|
||||
<b>Email:</b> {{ user.email }}<br/>
|
||||
<b>Groups:</b> {{ user.groups.all|join:", " }}<br/>
|
||||
|
||||
{% if is_admin %}
|
||||
<br/>
|
||||
|
||||
Reference in New Issue
Block a user