From 8341b7ec7c62f8a3978e75cc897dced60ec55062 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 6 Sep 2021 18:53:57 +0200 Subject: [PATCH] gf --- files/templates/submission_listing.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 6fb463629..980ed9521 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -20,6 +20,12 @@ {% endif %} +1 {{environ.get("SITE_NAME")}} +2 {{app_config("SITE_NAME")}} +3 {{app.config["HCAPTCHA_SITEKEY"]}} +{% if "sex" in 'SITE_NAME' | app_config %} + sex +{% endif %}
@@ -55,9 +61,7 @@ {{score}} - {% else %} -
- {% endif %} +
{% endif %}