mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-09 23:12:21 +01:00
changed the way it fixes the bug
This commit is contained in:
@ -24,6 +24,8 @@
|
|||||||
<button type="button" id="volume_up" class="btn navbar-btn btn-sm block-button">
|
<button type="button" id="volume_up" class="btn navbar-btn btn-sm block-button">
|
||||||
<span id="volup-button-span" class="glyphicon glyphicon-volume-up"></span>
|
<span id="volup-button-span" class="glyphicon glyphicon-volume-up"></span>
|
||||||
</button>
|
</button>
|
||||||
|
{% endif %}
|
||||||
|
{% if perms.queues.can_skip %}
|
||||||
<button type="button" id="skip" class="btn navbar-btn btn-sm block-button">
|
<button type="button" id="skip" class="btn navbar-btn btn-sm block-button">
|
||||||
<span id="skip-button-span" class="glyphicon glyphicon-fast-forward"></span>
|
<span id="skip-button-span" class="glyphicon glyphicon-fast-forward"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user