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 3cad42f commit 667c75f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions S1/waitinglists/templates/waitinglists/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,12 @@ <h4>My Progress</h4>
<div class="card-body">
<h5 class="card-title">Module 2</h5>
{% for k, v in module_2_detail.items %}
{% if v.1 %}
<p Module {{ k }} completed on {{ v.0|format_date }} </p>
{% if True %}
<p Module {{ k }} completed on {{ v.0|format_datetime }} </p>
{% else %}
<p>Module {{ k }} not completed</p>
{% endif %}
{% endfor %}
{% for k, v in module_2_detail.items %}
{{ k }}: {{ v }}
{% endfor %}
</div>
</div>
{% endif %}
Expand Down

0 comments on commit 667c75f

Please sign in to comment.