Merge pull request 'Fixed roomless furs' (#1) from stranck-dev into drew-dev

Reviewed-on: #1
This commit is contained in:
drew 2024-01-03 14:14:12 +00:00
commit 05eb2172ce
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
{% if loop.last %}</div>{% endif %}
{% 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 %}
<hr />
<h1>Roomless furs</h1>