diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-08-10 21:40:01 -0400 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-08-10 21:40:01 -0400 |
commit | 1eacc7a42618e84766477fbcc2c32a1da3547115 (patch) | |
tree | 23b90f5410c1dfd94704cbb38aad2bdf32cf0f5f /templates/authopenid/sendpw.html | |
parent | 0f607d83e801192977bff15c256456fa2f44ff85 (diff) | |
download | askbot-1eacc7a42618e84766477fbcc2c32a1da3547115.tar.gz askbot-1eacc7a42618e84766477fbcc2c32a1da3547115.tar.bz2 askbot-1eacc7a42618e84766477fbcc2c32a1da3547115.zip |
untested commit. merged Adolfos mods, validated most of html, slugify urls, fixed IE issues in openid signin
Diffstat (limited to 'templates/authopenid/sendpw.html')
-rw-r--r-- | templates/authopenid/sendpw.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/authopenid/sendpw.html b/templates/authopenid/sendpw.html index ba81dba4..383723ca 100644 --- a/templates/authopenid/sendpw.html +++ b/templates/authopenid/sendpw.html @@ -9,11 +9,11 @@ </div> <div class="paragraph"> -{% trans "Lost your password? No problem - here you can reset it." %}<br> +{% trans "Lost your password? No problem - here you can reset it." %}<br/> {% 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">{% "Sorry, looks like we have some errors:" %}</span><br/> {% if form.username.errors %} <span class="error">{{ form.username.errors|join:", " }}</span> {% endif %} |