summaryrefslogtreecommitdiffstats
path: root/templates/authopenid/sendpw.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-19 21:30:15 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-19 21:30:15 -0400
commit6ada6c5003b78d143052d33be432a9fabd75ba6d (patch)
tree2ce70a5d5fb0eab245126fab7fac628fab0cffbe /templates/authopenid/sendpw.html
parent5f2a6a9693292e0828a591a6d9a8ad5c7e637c84 (diff)
downloadaskbot-6ada6c5003b78d143052d33be432a9fabd75ba6d.tar.gz
askbot-6ada6c5003b78d143052d33be432a9fabd75ba6d.tar.bz2
askbot-6ada6c5003b78d143052d33be432a9fabd75ba6d.zip
added Adolfos mods, django_authopeid bug, unified traditional and OpenID login
Diffstat (limited to 'templates/authopenid/sendpw.html')
-rw-r--r--templates/authopenid/sendpw.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/authopenid/sendpw.html b/templates/authopenid/sendpw.html
index 383723ca..37091261 100644
--- a/templates/authopenid/sendpw.html
+++ b/templates/authopenid/sendpw.html
@@ -13,7 +13,7 @@
{% trans "Please enter your username below and new password will be sent to your registered e-mail" %}
</div>
{% if form.errors %}
-<p class="errors"><span class="big">{% "Sorry, looks like we have some errors:" %}</span><br/>
+<p class="errors"><span class="big">{% trans "Sorry, looks like we have some errors:" %}</span><br/>
{% if form.username.errors %}
<span class="error">{{ form.username.errors|join:", " }}</span>
{% endif %}