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