Added result page.

This commit is contained in:
Vivek Santayana 2021-12-01 00:48:47 +00:00
parent 89eb4ed854
commit 88e86c59ba

View File

@ -33,7 +33,7 @@
Unfortunately, you have not passed the theory exam in this attempt. For your next attempt, it might help to revise the following topics:
<ul>
{% for tag in show_low_tags %}
{% for tag in tag_output %}
<li>{{ tag[0] }}</li>
{% endfor %}
</ul>