This commit is contained in:
Ross
2021-07-28 21:37:17 +01:00
parent e07be035cf
commit 3589f1018e
+2 -2
View File
@@ -11,8 +11,8 @@
<script type="text/javascript">
$(document).ready(function () {
let cid = $("#cid-box").val();
window.location.replace("{% url 'sbas:exam_take' pk=exam.pk sk=0 cid='${cid}' %}");
//window.location.replace("{% url 'sbas:exam_take' pk=exam.pk sk=0 cid='0000000' %}".replace("0000000", cid));
//window.location.replace("{% url 'sbas:exam_take' pk=exam.pk sk=0 cid='${cid}' %}");
window.location.replace("{% url 'sbas:exam_take' pk=exam.pk sk=0 cid='0000000' %}".replace("0000000", cid));
});
</script>
{% endblock %}