diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/account/login.html b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/account/login.html index 92e99082..19b7a897 100644 --- a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/account/login.html +++ b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/account/login.html @@ -11,13 +11,11 @@
- -

{% trans "Sign In" %}

{% if socialaccount.providers %}

{% blocktrans with site.name as site_name %}Please sign in with one - of your existing third party accounts. Or, sign up + of your existing third party accounts. Or, sign up for a {{ site_name }} account and sign in below:{% endblocktrans %}

@@ -40,11 +38,11 @@ {% if redirect_field_value %} {% endif %} - {% trans "Forgot Password?" %} + {% trans "Forgot Password?" %}
{% endblock %} -{% endraw %} \ No newline at end of file +{% endraw %} diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/account/signup.html b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/account/signup.html index 92e49e22..619b38b5 100644 --- a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/account/signup.html +++ b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/account/signup.html @@ -17,11 +17,11 @@ {% if redirect_field_value %} {% endif %} - + {% endblock content %} -{% endraw %} \ No newline at end of file +{% endraw %}