From 3a507b89ac3507afe3bccbd2f506a3c9017c36cf Mon Sep 17 00:00:00 2001 From: Stranck Date: Sat, 30 Dec 2023 12:03:32 +0100 Subject: [PATCH] Fixed roomless furs --- tpl/nosecount.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/nosecount.html b/tpl/nosecount.html index f4afb6a..7d84f5a 100644 --- a/tpl/nosecount.html +++ b/tpl/nosecount.html @@ -55,7 +55,7 @@ {% if loop.last %}{% 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 %}

Roomless furs

-- 2.43.4