fixed css class mismatch for coin slot token rejection, left from unevenly applied refactor in last push; pipeline should now be green
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
{% if user_can_reject %}
|
{% if user_can_reject %}
|
||||||
<form method="POST" action="{% url 'epic:reject_token' room.id %}" style="display:contents">
|
<form method="POST" action="{% url 'epic:reject_token' room.id %}" style="display:contents">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<button type="submit" class="token-reject-overlay" aria-label="Push to reject"></button>
|
<button type="submit" class="token-reject-btn" aria-label="Push to reject"></button>
|
||||||
</form>
|
</form>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user