summaryrefslogtreecommitdiffstats
path: root/templates/auth/signup.html
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-18 00:09:04 -0700
committerAndrew Godwin2022-11-18 00:09:04 -0700
commit1b44a253316a84f40070264ea8134c86d1223441 (patch)
tree2caa56d54a8e81f14649b826f9f3ef5a7c1326ae /templates/auth/signup.html
parentb3072c81ba73a16381366960841b6c294cc1fa6e (diff)
downloadtakahe-1b44a253316a84f40070264ea8134c86d1223441.tar.gz
takahe-1b44a253316a84f40070264ea8134c86d1223441.tar.bz2
takahe-1b44a253316a84f40070264ea8134c86d1223441.zip
Signup and invite tweaks
Diffstat (limited to 'templates/auth/signup.html')
-rw-r--r--templates/auth/signup.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/auth/signup.html b/templates/auth/signup.html
index d519476..b1aaa50 100644
--- a/templates/auth/signup.html
+++ b/templates/auth/signup.html
@@ -7,6 +7,7 @@
{% csrf_token %}
<fieldset>
<legend>Create An Account</legend>
+ {{ config.signup_text|safe|linebreaks }}
{% for field in form %}
{% include "forms/_field.html" %}
{% endfor %}