From 77ef358fefc2d1172a8a8b38ad2ca1655633e776 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 17 Dec 2022 17:02:42 -0700 Subject: Allow markdown on signup text --- templates/auth/signup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/auth') 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 %}
Create An Account - {% 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" %} -- cgit v1.2.3