From 5fa988b8deaf0a56719f5cdde64965393eebde9b Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Date: Sun, 26 Apr 2015 16:44:41 +0530 Subject: [PATCH] Minor update to make signup/login template better. --- .../templates/account/login.html | 8 +++----- .../templates/account/signup.html | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) 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 %}