.
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
{% extends "base.html" %}
|
||||
{% comment %} {% extends exam.app_name|add:"/base.html" %} {% endcomment %}
|
||||
{% extends view.model.app_name|add:"/base.html" %}
|
||||
|
||||
{% block js %}
|
||||
{{ form.media }}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{{form.instance}}
|
||||
|
||||
<h2>Add Exam</h2>
|
||||
<form action="" method="post">
|
||||
|
||||
Reference in New Issue
Block a user