From d9ec366579be95b37f6a2facc9af9f7be4baa6ab Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 3 Dec 2021 12:32:30 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 0456a98306..e3f49ece42 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -328,14 +328,14 @@

{% if p.club %} - COUNTRY CLUB + Country Club {% endif %} {{p.realtitle(v) | safe}}

{% else %}

- {% if p.club %}COUNTRY CLUB{% endif %} + {% if p.club %}Country Club{% endif %} {{p.realtitle(v) | safe}}

{% endif %}