.
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
<div class="">
|
||||
<h2>CID: {{ cid }}</h2>
|
||||
<p>The following exams will be available to take when active.
|
||||
{% for t, exams in available_exams %}
|
||||
<h4>{{t}}</h4>
|
||||
{% for exam_type, exams in available_exams %}
|
||||
<h4>{{exam_type}}</h4>
|
||||
<ul>
|
||||
{% for e in exams %}
|
||||
<li><a href="" target="_blank">{{e.name}}</a></li>
|
||||
{% for exam in exams %}
|
||||
<li><a href="" target="_blank">{{exam.name}}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user