diff --git a/files/templates/submission.html b/files/templates/submission.html index db23838403..920ac08675 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -402,13 +402,13 @@ {% if p.realurl(v) %}

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

{% else %}

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

{% endif %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index e9bfb1863d..5dbf97c350 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -199,7 +199,7 @@
{% if p.club %}{{cc}}{% endif %} - {% if p.flair %}{{p.flair}}{% endif %} + {% if p.flair %}{{p.flair | safe}}{% endif %} {{p.realtitle(v) | safe}}