From f1bb23083bda0b6912c90309a7ba946854017327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Fri, 22 Jul 2016 19:12:29 +0200 Subject: [PATCH] add link to login page on registration page --- accounts/templates/registration/registration_form.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/accounts/templates/registration/registration_form.html b/accounts/templates/registration/registration_form.html index f2572ef..87b878e 100644 --- a/accounts/templates/registration/registration_form.html +++ b/accounts/templates/registration/registration_form.html @@ -20,4 +20,10 @@ +
+
+ You already have an account? Please login. +
+
+ {% endblock %}