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 %}