Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoest committed Jan 11, 2025
1 parent 667c75f commit e632f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S1/waitinglists/templates/waitinglists/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ <h4>My Progress</h4>
<div class="card-body">
<h5 class="card-title">Module 2</h5>
{% for k, v in module_2_detail.items %}
{% if True %}
<p Module {{ k }} completed on {{ v.0|format_datetime }} </p>
{% if v.1 %}
<p Module {{ k }} completed on {{ v.0 }} </p>
{% else %}
<p>Module {{ k }} not completed</p>
{% endif %}
Expand Down

0 comments on commit e632f07

Please sign in to comment.