Fixed roomless furs #1

Merged
drew merged 1 commits from stranck-dev into drew-dev 2024-01-03 14:14:12 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
{% if loop.last %}</div>{% endif %} {% if loop.last %}</div>{% endif %}
{% endfor %} {% endfor %}
{% for person in orders.values() if (not person.room_id or len(person.room_members) == 1) and (not person.room_confirmed) and not person.daily %} {% for person in orders.values() if not person.room_id and (not person.room_confirmed) and not person.daily %}
{% if loop.first %} {% if loop.first %}
<hr /> <hr />
<h1>Roomless furs</h1> <h1>Roomless furs</h1>