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 %}