12 lines
256 B
HTML
Executable File
12 lines
256 B
HTML
Executable File
{% 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 %} |