.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% extends "rapids/exams.html" %}
|
||||
{% extends "rapids/base.html" %}
|
||||
|
||||
{% block js %}
|
||||
{{ form.media }}
|
||||
@@ -6,12 +6,12 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h2>Add Exam</h2>
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
<table>
|
||||
{{ form.as_table }}
|
||||
</table>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
<h2>Add Exam</h2>
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
<table>
|
||||
{{ form.as_table }}
|
||||
</table>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user