summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndrew Godwin2022-12-17 17:02:42 -0700
committerAndrew Godwin2022-12-17 17:02:54 -0700
commit77ef358fefc2d1172a8a8b38ad2ca1655633e776 (patch)
tree2bbc1f4cbfe9f383f7c2e10d228c0a93920fbed2 /templates
parent03929e12ea7efe972417512f8588419d15b3ef3d (diff)
downloadtakahe-77ef358fefc2d1172a8a8b38ad2ca1655633e776.tar.gz
takahe-77ef358fefc2d1172a8a8b38ad2ca1655633e776.tar.bz2
takahe-77ef358fefc2d1172a8a8b38ad2ca1655633e776.zip
Allow markdown on signup text
Diffstat (limited to 'templates')
-rw-r--r--templates/auth/signup.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/auth/signup.html b/templates/auth/signup.html
index 7924c0a..445f610 100644
--- a/templates/auth/signup.html
+++ b/templates/auth/signup.html
@@ -7,7 +7,7 @@
{% csrf_token %}
<fieldset>
<legend>Create An Account</legend>
- {% if config.signup_text %}{{ config.signup_text|safe|linebreaks }}{% endif %}
+ {% if signup_text %}{{ signup_text }}{% endif %}
{% if config.signup_allowed %}
{% for field in form %}
{% include "forms/_field.html" %}