Skip to content

Commit

Permalink
fix broken event matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Janssen-dev committed Oct 5, 2024
1 parent ef15d3a commit c0b8b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/scheduling/event_matrix.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2>
</span>
</td>
{% for e in t.events %}
<td title="{{e.bartender_availability.comment}}" class="text-center" style="display: flex; height: 100%; align-items: center; justify-content: center">
<td title="{{e.bartender_availability.comment}}" class="text-center">
<a href="{% url 'edit-event-bartender-availability' pk=e.event.pk user_pk=t.tender.user.pk %}">
<span style="border-width: thick" class="label label-{{ e.bartender_availability.availability.css_class|default:'default' }}">{{ e.bartender_availability.availability|default:'?' }}</span>
</a>
Expand Down

0 comments on commit c0b8b13

Please sign in to comment.