mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Added template changes for permissions
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
</table>
|
||||
{% endif %}
|
||||
|
||||
{% if perms.sso.can_view_users %}
|
||||
<br/>
|
||||
<h2>Eve API Keys</h2>
|
||||
{% if user.eveaccount_set.all %}
|
||||
@@ -90,6 +91,8 @@
|
||||
{% endfor %}
|
||||
</table>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
<br/>
|
||||
{% if user.eveaccount_set.all %}
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user