11 lines
358 B
HTML
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 %} |