diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 6fb4636291..980ed9521f 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 %}