Skip to content

Commit

Permalink
Update session template
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoest committed Jan 1, 2025
1 parent 2d73fe0 commit 5e0265b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S1/waitinglists/templates/waitinglists/Session.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ <h3>{{ session.mentor.name }}</h3>
{% endfor %}
</table>
<br>
{% if session.open_signup %}
<a class="btn btn-outline-primary" href="{% url 'update_attendance' session.id %}">Update Attendance</a>
{% endif %}
{% endblock %}

0 comments on commit 5e0265b

Please sign in to comment.