Fixed kick option appearing on confirmed rooms
This commit is contained in:
parent
2082b11d79
commit
94c95a53ee
|
@ -67,7 +67,7 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
<p><strong style="color:#060;">PAID</strong></p>
|
<p><strong style="color:#060;">PAID</strong></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if order.room_owner and person.code != order.code %}<a href="/manage/room/kick/{{person.code}}">KICK</a>{% endif %}
|
{% if order.room_owner and person.code != order.code and (not order.room_confirmed) %}<a href="/manage/room/kick/{{person.code}}">KICK</a>{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if person.status != 'paid' %}
|
{% if person.status != 'paid' %}
|
||||||
|
|
Loading…
Reference in New Issue