summaryrefslogtreecommitdiffstats
path: root/templates/auth/signup.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/auth/signup.html')
-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" %}