start taking more advantage of class based views
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user