summaryrefslogtreecommitdiffstats
path: root/templates/authopenid
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-04 23:25:57 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-04 23:25:57 -0400
commit20a7ce5657bf3d8683bdb4f9b860dbad044fb2f3 (patch)
tree1a467ee87ae834590e2d6c88fdaeaf7e391e995d /templates/authopenid
parentf447f1a79de3fefee498a79cf7d8262bc774b9e4 (diff)
downloadaskbot-20a7ce5657bf3d8683bdb4f9b860dbad044fb2f3.tar.gz
askbot-20a7ce5657bf3d8683bdb4f9b860dbad044fb2f3.tar.bz2
askbot-20a7ce5657bf3d8683bdb4f9b860dbad044fb2f3.zip
included changes by Adolfo and Chaitanya and found temporary fix for languages
Diffstat (limited to 'templates/authopenid')
-rw-r--r--templates/authopenid/signin.html4
-rw-r--r--templates/authopenid/signup.html1
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 %}