start taking more advantage of class based views

This commit is contained in:
Ross
2024-03-11 11:08:35 +00:00
parent 78e4ed871e
commit 0cb38f5c31
27 changed files with 244 additions and 104 deletions
+5 -1
View File
@@ -1,10 +1,14 @@
{% extends 'longs/exams.html' %}
{% block navigation %}
{{ block.super }}
{% include 'generic/exam_overview_headers.html' %}
{% endblock navigation %}
{% block content %}
{% load thumbnail %}
<div class="longs">
{% include 'generic/exam_overview_headers.html' %}
<ol id="full-question-list" class="sortable">