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 %}