diff --git a/src/forest/templates/auth/already_confirmed.html b/src/forest/templates/auth/already_confirmed.html index 2776e8c..faffbd9 100644 --- a/src/forest/templates/auth/already_confirmed.html +++ b/src/forest/templates/auth/already_confirmed.html @@ -9,7 +9,7 @@ Mail is already activated.

- Click here to exit + Click here to exit

diff --git a/src/forest/templates/auth/login.html b/src/forest/templates/auth/login.html index 86265ce..5f87422 100644 --- a/src/forest/templates/auth/login.html +++ b/src/forest/templates/auth/login.html @@ -9,6 +9,7 @@
+ Login with Google {{ wtf.quick_form(form) }}

Forgot your password? Click here to reset it.

diff --git a/src/forest/templates/auth/register.html b/src/forest/templates/auth/register.html index f2dd1b4..b6ddeb7 100644 --- a/src/forest/templates/auth/register.html +++ b/src/forest/templates/auth/register.html @@ -10,6 +10,7 @@
+ Register with Google {{ wtf.quick_form(form) }}