From 305888127f3f48e19e4716a3aebd2a49d63ccb3c Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 5 Dec 2021 15:10:13 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 15 ++++++++++----- files/templates/submission_listing.html | 5 +++++ 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index ef7c1c7b8..d8b8fa5af 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -318,17 +318,22 @@ - {% if p.realurl(v) %}

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

- {% else %} -

+ {% else %} {{p.realtitle(v) | safe}}

- {% endif %}
diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 01bf4133f..889dbe988 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -187,6 +187,11 @@ {% if p.club %} Country Club {% endif %} + {% if p.flair %} + + {{p.flair | safe}} + + {% endif %} {{p.realtitle(v) | safe}}