diff --git a/app/frontend/templates/panel/credits.html b/app/frontend/templates/panel/credits.html index e186dd32..3440e66d 100644 --- a/app/frontend/templates/panel/credits.html +++ b/app/frontend/templates/panel/credits.html @@ -153,7 +153,7 @@
{% if person['title'] %} -
Crafty's {{ person['title'] }}
+
{{ person['title'] }}
{% end %}

{{ person['blurb'] }}

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

{{ person['blurb'] }}