From 1a77952dbcca5748cbcff6dc2093d25014c2c062 Mon Sep 17 00:00:00 2001 From: Ed Date: Mon, 8 May 2023 22:06:53 +0200 Subject: [PATCH] Added propic expiration notice. --- tpl/blocks/badge.html | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/tpl/blocks/badge.html b/tpl/blocks/badge.html index 9295103..c7d69ab 100644 --- a/tpl/blocks/badge.html +++ b/tpl/blocks/badge.html @@ -11,41 +11,47 @@
- {% if not order.ans('propic') %} + {% if not order.ans('propic') and time() < PROPIC_DEADLINE %} {% else %}
- +
{% endif %}

Normal Badge

{% if order.ans('is_fursuiter') != 'No' %}
- {% if not order.ans('propic_fursuiter') %} + {% if not order.ans('propic_fursuiter') and time() < PROPIC_DEADLINE %} {% else %}
- +
{% endif %}

Fursuit Badge

{% endif %}
-

- Min size: 64x64 - Max Size: 5MB, 2048x2048 - Formats: jpg, png
- Badge photos must clearly show the fursona/fursuit head.
Memes and low quality images will be removed and may limit your ability to upload pics in the future. -

+ + {% if time() > PROPIC_DEADLINE %} +

⚠️ The deadline to upload pictures for the badge has expired. For last-minute changes, please contact the support over at info@furizon.net. If your badge has been printed already, changing it will incur in a 2€ fee.

+ {% else %} +

+ Min size: 64x64 - Max Size: 5MB, 2048x2048 - Formats: jpg, png
+ Badge photos must clearly show the fursona/fursuit head.
Memes and low quality images will be removed and may limit your ability to upload pics in the future. +

+ {% endif %} +
{% if order.ans('propic') %} - + PROPIC_DEADLINE else ''}} /> {% endif %} {% if order.ans('propic_fursuiter') %} - + PROPIC_DEADLINE else ''}} /> {% endif %} {% if (not order.ans('propic')) or (order.ans('is_fursuiter') != 'No' and not order.ans('propic_fursuiter')) %} - + PROPIC_DEADLINE else ''}} /> {% endif %}