Tracking PR for registration rewrite #5

Merged
Muirrum merged 32 commits from rewrite into master 2022-12-15 18:32:08 -05:00
Showing only changes of commit 24e45af377 - Show all commits

View file

@ -82,12 +82,10 @@
<script>
let schoolNames = []
let schoolNums = []
console.log("{{schools}}")
{% for school in schools %}
schoolNames.push('{{ school }}')
schoolNums.push({{ schools[school] }})
console.log("{{school}}")
{% endfor %}
let schoolCtx = document.getElementById('schoolCanvas')