diff --git a/teams/templates/teams/for-teams.html b/teams/templates/teams/for-teams.html index 15d0b03..e4101a0 100644 --- a/teams/templates/teams/for-teams.html +++ b/teams/templates/teams/for-teams.html @@ -32,7 +32,7 @@ {% if not request.user.is_authenticated %}
- To create a team, sign up or log in. + To create a team, log in.
{% else %} diff --git a/templates/homepage.html b/templates/homepage.html index 539b43f..3bd5748 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -63,8 +63,6 @@ {% if request.user.is_authenticated %} My snipts - {% else %} - Sign up {% endif %}
diff --git a/templates/registration/login.html b/templates/registration/login.html index 901e0ef..eb17dd5 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -51,7 +51,6 @@
- Sign up Reset password
diff --git a/templates/registration/password_reset_form.html b/templates/registration/password_reset_form.html index cc8e975..8408eb7 100644 --- a/templates/registration/password_reset_form.html +++ b/templates/registration/password_reset_form.html @@ -34,7 +34,6 @@
Log in - Sign up