From 4139ac11526e9eda974e48510ac28c261d55d9c3 Mon Sep 17 00:00:00 2001 From: Zedifus Date: Fri, 19 Nov 2021 18:48:22 +0000 Subject: [PATCH] Fix title formatting --- app/frontend/templates/panel/credits.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/frontend/templates/panel/credits.html b/app/frontend/templates/panel/credits.html index d2d7540e..faaab29b 100644 --- a/app/frontend/templates/panel/credits.html +++ b/app/frontend/templates/panel/credits.html @@ -79,11 +79,11 @@ {% end %} -
+
{% if person['title'] %} - Crafty's {{ person['title'] }}

+
Crafty's {{ person['title'] }}
{% end %} - {{ person['blurb'] }} +

{{ person['blurb'] }}

@@ -148,11 +148,11 @@ {% end %} -
+
{% if person['title'] %} - Crafty's {{ person['title'] }}

+
Crafty's {{ person['title'] }}
{% end %} - {{ person['blurb'] }} +

{{ person['blurb'] }}

@@ -218,11 +218,11 @@ {% end %} -
+
{% if person['title'] %} - Crafty's {{ person['title'] }}

+
Crafty's {{ person['title'] }}
{% end %} - {{ person['blurb'] }} +

{{ person['blurb'] }}