ol -> ul for interest levels

main
Tait Hoyem 4 months ago
parent 9126917141
commit a3568fdeb4

@ -0,0 +1,16 @@
{% extends "base.html" %}
{% block title %}Thank You{% endblock %}
{% block content %}
<h1>Thank You</h1>
<p>Your interest has been registered, and you will receive further communications given enough student interaction.
Here are some current statistics to see the interest by number of students:</p>
<ul>
<li>Distributed Systems: {{ distributed_systems }}</li>
<li>Compiler Design: {{ compiler_design }}</li>
<li>Calgary Computer Science Club: {{ calgary_cpsc_group }}</li>
</ul>
{% endblock %}
Loading…
Cancel
Save