.
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
{% extends "anatomy/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<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