1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-05-15 21:32:34 +00:00

linters, of ffs

This commit is contained in:
Franzi 2023-02-28 10:34:12 +01:00
parent 078341e4ed
commit 5eabb5fa6a
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -7,23 +7,23 @@
{% csrf_token %} {% csrf_token %}
{% if localized_rooms %} {% if localized_rooms %}
<table class="table table-hover"> <table class="table table-hover">
<thead class="thead-light"> <thead class="thead-light">
<tr> <tr>
<th scope="col">{% trans "room list" %}</th> <th scope="col">{% trans "room list" %}</th>
<th scope="col" colspan="2">Feature</th> <th scope="col" colspan="2">Feature</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
{% for room in localized_rooms %} {% for room in localized_rooms %}
<tr> <tr>
<th scope="row">{{ room }}</th> <th scope="row">{{ room }}</th>
<td><a href="{% url 'plugins:pretalx_broadcast_tools:lowerthirds' request.event.slug %}#{{ room }}">Lower Thirds</a></td> <td><a href="{% url 'plugins:pretalx_broadcast_tools:lowerthirds' request.event.slug %}#{{ room }}">Lower Thirds</a></td>
<td><a href="{% url 'plugins:pretalx_broadcast_tools:room_info' request.event.slug %}#{{ room }}">Room Info</a></td> <td><a href="{% url 'plugins:pretalx_broadcast_tools:room_info' request.event.slug %}#{{ room }}">Room Info</a></td>
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>
</table> </table>
{% endif %} {% endif %}
<p> <p>