.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{% extends 'rapids/exams.html' %}
|
||||
{% extends 'exam_overview_js.html' %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
@@ -85,4 +84,5 @@
|
||||
<button id='button-closed-access' data-posturl="{% url 'rapids:exam_json_edit' pk=exam.pk %}">Make questions closed access</button>
|
||||
|
||||
</div>
|
||||
{% includes 'exam_overview_js.html' %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
{% block js %}
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
// send request to change the is_private state on customSwitches toggle
|
||||
@@ -143,5 +142,3 @@
|
||||
|
||||
});
|
||||
</script>
|
||||
{% endblock js %}
|
||||
|
||||
Reference in New Issue
Block a user