diff options
Diffstat (limited to 'templates/authopenid')
-rw-r--r-- | templates/authopenid/signin.html | 4 | ||||
-rw-r--r-- | templates/authopenid/signup.html | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/templates/authopenid/signin.html b/templates/authopenid/signin.html index aff2f06f..d8a98329 100644 --- a/templates/authopenid/signin.html +++ b/templates/authopenid/signin.html @@ -18,7 +18,7 @@ <div class="login"> <form name="openid_form" action="{% url user_signin %}" method="post"> {{ form2.next }} - <p style="display:none">{% trans "we support two login modes" %}</p> + <p>{% trans "we support two login modes" %}</p> {% if msg %} <p class="warning">{{ msg }}</p> {% endif %} @@ -36,7 +36,7 @@ </p> </fieldset> </form> - <div style="display:none"> + <div> <br> {% if form1.errors %} <p class="errors"> diff --git a/templates/authopenid/signup.html b/templates/authopenid/signup.html index a4460aa3..9ac0aab3 100644 --- a/templates/authopenid/signup.html +++ b/templates/authopenid/signup.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load i18n %} {% block title %}{% spaceless %}{% trans "Signup" %}{% endspaceless %}{% endblock %} {% block content %} |