diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-11-17 22:14:15 -0500 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-11-17 22:14:15 -0500 |
commit | 46e48e400f30bde76a9b21db78f9b727149a3e24 (patch) | |
tree | b1782037766b019b6682c5265f93fe0745c36110 /templates/authopenid/external_legacy_login_info.html | |
parent | 56bc6d41fa35c8fb06eff8270a986ff5d3f3dc7c (diff) | |
download | askbot-46e48e400f30bde76a9b21db78f9b727149a3e24.tar.gz askbot-46e48e400f30bde76a9b21db78f9b727149a3e24.tar.bz2 askbot-46e48e400f30bde76a9b21db78f9b727149a3e24.zip |
full text search with Sphinx, added session-based greeting message for the first time visitor
Diffstat (limited to 'templates/authopenid/external_legacy_login_info.html')
-rw-r--r-- | templates/authopenid/external_legacy_login_info.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/authopenid/external_legacy_login_info.html b/templates/authopenid/external_legacy_login_info.html index e2f4713e..c200b29d 100644 --- a/templates/authopenid/external_legacy_login_info.html +++ b/templates/authopenid/external_legacy_login_info.html @@ -8,9 +8,8 @@ </div> {% spaceless %} <div class="message"> -fill in template templates/authopenid/external_legacy_login_info.html -and explain how to change password, recover password, etc. <!--add info about your external login site here--> +{% trans "how to login with password through external login website" %} </div> {% endspaceless %} {% endblock %} |