diff --git a/passbook/core/templates/login/base.html b/passbook/core/templates/login/base.html index 597434c48..b69d941e0 100644 --- a/passbook/core/templates/login/base.html +++ b/passbook/core/templates/login/base.html @@ -3,6 +3,23 @@ {% load static %} {% load i18n %} +{% block head %} + +{% endblock %} + {% block body %}
{% trans 'Need an account?' %}{% trans 'Sign up' %}
+{% if show_sign_up_notice %} ++ {% trans 'Need an account?' %} + {% trans 'Sign up' %} +
{% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/passbook/core/templates/partials/form_login.html b/passbook/core/templates/partials/form_login.html new file mode 100644 index 000000000..1129396a8 --- /dev/null +++ b/passbook/core/templates/partials/form_login.html @@ -0,0 +1,57 @@ +{% load utils %} +{% load i18n %} + +{% csrf_token %} +{% for field in form %} +