From c7900e5b1e2651a28410d13dfa58c37701b65692 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 31 Jul 2019 17:49:41 +0100 Subject: Add terms and conditions to registration page --- app/templates/auth/register.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'app/templates') diff --git a/app/templates/auth/register.html b/app/templates/auth/register.html index c430b38..e2a49a1 100644 --- a/app/templates/auth/register.html +++ b/app/templates/auth/register.html @@ -1,11 +1,26 @@ {% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} +{% block styles %} + {{ super() }} + +{% endblock %} + {% block app_content %}

Register

-
+
+

Registration Form

{{ wtf.quick_form(form) }}
+
+
+
{% endblock %} -- cgit v1.2.3