improve dicom uploading
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{% extends 'base.html' %}
|
||||
{% load auth_extras %}
|
||||
|
||||
{% block content %}
|
||||
<div class="anatomy">
|
||||
@@ -54,7 +55,10 @@
|
||||
|
||||
|
||||
<a href="{% url 'password_change'%}">Change password</a>
|
||||
<a href="{% url 'account_update' user.username %}">Update user details</a>
|
||||
|
||||
{% if request.user|has_group:"cid_user_manager" %}
|
||||
<a href="{% url 'account_update' user.username %}">Update user details</a>
|
||||
{% endif %}
|
||||
<a href="{% url 'account_profile_update' user.username %}">Update user profile</a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user