From 7c3488958676eabbd13d7636bd6a0cab770b322e Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 5 Jan 2021 10:46:07 -0800 Subject: [PATCH] Fixes html formatting for registration closed text --- bookwyrm/templates/discover.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/discover.html b/bookwyrm/templates/discover.html index ee531f17b..79e31f564 100644 --- a/bookwyrm/templates/discover.html +++ b/bookwyrm/templates/discover.html @@ -13,7 +13,7 @@
-
+
{% if site.allow_registration %}

Join {{ site.name }}

@@ -21,7 +21,7 @@
{% else %}

This instance is closed

-

{{ site.registration_closed_text }}

+

{{ site.registration_closed_text | safe}}

{% endif %}