Update Private user attributes
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
{% if user.is_authenticated %}
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||
<button class="btn btn-primary" onclick="window.location.href='{% url 'abac:upload_file' %}'">Upload File</button>
|
||||
{% if perms.abac.can_create_users %}
|
||||
<button class="btn btn-primary ml-2">User Management</button>
|
||||
{% if user.is_superuser %}
|
||||
<a href="{% url 'abac:user_management' %}" class="btn btn-primary ml-2">User Management</a>
|
||||
{% endif %}
|
||||
<span class="ml-auto">
|
||||
<button class="btn btn-primary" onclick="window.location.href='{% url 'abac:upload_certificate' %}'">Upload Certificate</button>
|
||||
|
||||
Reference in New Issue
Block a user