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 e632f07 commit efa9bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S1/waitinglists/templates/waitinglists/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <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 }} </p>
<p> Module {{ k }} completed on {{ v.0|format_date }} </p>
{% else %}
<p>Module {{ k }} not completed</p>
{% endif %}
Expand Down

0 comments on commit efa9bcc

Please sign in to comment.