start taking more advantage of class based views
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
{% extends 'rapids/exams.html' %}
|
||||
{% block navigation %}
|
||||
{{ block.super }}
|
||||
{% include 'generic/exam_overview_headers.html' %}
|
||||
{% endblock navigation %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% load thumbnail %}
|
||||
<div class="rapids">
|
||||
{% include 'generic/exam_overview_headers.html' %}
|
||||
|
||||
<a href="{% url 'rapids:mark_review' exam_pk=exam.pk sk=0 %}"><button>Review exam</button></a></p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user