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> <script>
let schoolNames = [] let schoolNames = []
let schoolNums = [] let schoolNums = []
console.log("{{schools}}")
{% for school in schools %} {% for school in schools %}
schoolNames.push('{{ school }}') schoolNames.push('{{ school }}')
schoolNums.push({{ schools[school] }}) schoolNums.push({{ schools[school] }})
console.log("{{school}}")
{% endfor %} {% endfor %}
let schoolCtx = document.getElementById('schoolCanvas') let schoolCtx = document.getElementById('schoolCanvas')