Improvements to user management
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
{% extends 'generic/base.html' %}
|
||||
|
||||
{% block navigation %}
|
||||
{{block.super}}
|
||||
<br/>
|
||||
Supervisors: <a href="{% url 'generic:supervisor' %}">View all</a>
|
||||
<a href="{% url 'generic:supervisor_create' %}">Create new</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user