diff --git a/tpl/fursuitcount.html b/tpl/fursuitcount.html index 87913d6..08ea5d4 100644 --- a/tpl/fursuitcount.html +++ b/tpl/fursuitcount.html @@ -15,7 +15,7 @@
{% endif %}
- {% with order=person, imgSrc='/res/propic/' + (person.ans('propic_fursuiter') or 'default.png'), effects = false, flag = true %} + {% with order=person, imgSrc='/res/propic/' + (person.ans('propic_fursuiter') or 'default.png'), effects = true, flag = true %} {% include 'blocks/propic.html' %} {% endwith %}
{{person.ans('fursona_name')}}
diff --git a/tpl/nosecount.html b/tpl/nosecount.html index d9edb22..ff91a1b 100644 --- a/tpl/nosecount.html +++ b/tpl/nosecount.html @@ -2,7 +2,7 @@ {% block title %}Furizon 2024 Nosecount{% endblock %} {% block main %}
- {% if order.isAdmin() %} + {% if order and order.isAdmin() %} {% endif %}
@@ -16,7 +16,7 @@ {% if o.code == o.room_id and o.room_confirmed %}

{{o.room_name}} - {% if order.isAdmin() %} + {% if order and order.isAdmin() %}
Rename Unconfirm @@ -49,7 +49,7 @@

{{o.room_name}} {% if o.room_person_no - len(o.room_members) > 0 %} - Remaining slots: {{o.room_person_no - len(o.room_members)}} {% endif %} - {% if order.isAdmin() %} + {% if order and order.isAdmin() %}