Files
penracourses/oef/templates/oef/base.html
T
Ross 8964a5598f .
2024-10-07 19:38:44 +01:00

11 lines
358 B
HTML

{% extends 'base.html' %}
{% block css %}
{% endblock %}
{% block navigation %}
<a href="{% url 'oef:entry_table_view' %}">Entries</a> /
<a href="{% url 'oef:formats_view' %}">Formats</a> /
<a href="{% url 'oef:questions' %}">Questions</a> /
<a href="{% url 'oef:replace_questions' %}">Replace Questions</a> /
{% endblock %}