Skip to content

Commit

Permalink
Fix extra br when missing OH
Browse files Browse the repository at this point in the history
  • Loading branch information
BNH440 committed Jan 29, 2025
1 parent 8e83022 commit ec9a7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/officers.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ <h2 id="office-hours">{{ semester.name }} Office Hours</h2>
<a href="#office-hours">
OH: {{ officership.office_hours }}
</a>
{% endif %}
<br>
{% endif %}
{% if officership.tutor_subjects.all|length > 0 %}
<span class="tutor-badge">
<i class="fas fa-graduation-cap"></i>
Expand Down

0 comments on commit ec9a7c3

Please sign in to comment.