Add room availability even to paid orders

This commit is contained in:
Ed 2023-02-02 22:48:15 +01:00
parent 3ded3a21c5
commit 5a2103aec0
1 changed files with 9 additions and 11 deletions

View File

@ -112,7 +112,6 @@
{% endif %}
{# Room availability is always shown #}
{% if not order.room_confirmed %}
<h4>Room availability</h4>
<table>
{% for q in quota.data['results'] if 'Room' in q['name'] %}
@ -122,5 +121,4 @@
</tr>
{% endfor %}
</table>
{% endif %}
</details>