Skip to content

Commit

Permalink
Update module 2 check
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoest committed Jan 11, 2025
1 parent 663ecd4 commit b847698
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 @@ -55,7 +55,10 @@ <h4>My Progress</h4>
<div class="col-4">
<div class="card">
<div class="card-body">
<h5 class="card-title">Module 2</h5> <a class="btn btn-outline-info btn-sm" href="{% url 'update_module' %}">Update</a>
<div class="d-flex align-items-center justify-content-between">
<h5 class="card-title mb-0">Module 2</h5>
<a class="btn btn-outline-info btn-sm" href="{% url 'update_module' %}">Update</a>
</div>
{% for k, v in module_2_detail.items %}
{% if v.1 %}
<p> Module {{ k }} completed on {{ v.0|format_date }} </p>
Expand Down

0 comments on commit b847698

Please sign in to comment.