From 09d50a70c9fa16daeca252b7fabfccad28ebcc24 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 21 Mar 2020 12:56:36 +0100 Subject: improved signup template. --- newspipe/templates/signup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newspipe/templates/signup.html b/newspipe/templates/signup.html index 53cad8d0..c940df5f 100644 --- a/newspipe/templates/signup.html +++ b/newspipe/templates/signup.html @@ -2,7 +2,7 @@ {% block content %}
-
+
{{ form.hidden_tag() }}
-- cgit