From 272cc7d5e30f210b5174d97c7677e656c5eb1aff Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Tue, 11 Jun 2019 22:04:46 +0200 Subject: [PATCH] added link to sign in on register pages --- rowers/templates/freecoach_registration_form.html | 3 +++ rowers/templates/registration_form.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/rowers/templates/freecoach_registration_form.html b/rowers/templates/freecoach_registration_form.html index d28ca581..a1746819 100644 --- a/rowers/templates/freecoach_registration_form.html +++ b/rowers/templates/freecoach_registration_form.html @@ -15,6 +15,9 @@ This form is for registration as a coach. Click here to register as a rower.

+

+ Already signed up? Click here to sign in. +

{% if form.errors %} diff --git a/rowers/templates/registration_form.html b/rowers/templates/registration_form.html index 9619d239..d7c27f4c 100644 --- a/rowers/templates/registration_form.html +++ b/rowers/templates/registration_form.html @@ -15,6 +15,9 @@ This form is for registration as a rower. Click here to register as a coach.

+

+ Already signed up? Click here to sign in. +

{% if form.errors %}