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 e32bb7e commit 3cad42f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion S1/waitinglists/templates/waitinglists/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,14 @@ <h4>My Progress</h4>
<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>
<p Module {{ k }} completed on {{ v.0|format_date }} </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 3cad42f

Please sign in to comment.