diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-08-04 23:25:57 -0400 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-08-04 23:25:57 -0400 |
commit | 20a7ce5657bf3d8683bdb4f9b860dbad044fb2f3 (patch) | |
tree | 1a467ee87ae834590e2d6c88fdaeaf7e391e995d /templates/authopenid/signup.html | |
parent | f447f1a79de3fefee498a79cf7d8262bc774b9e4 (diff) | |
download | askbot-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/signup.html')
-rw-r--r-- | templates/authopenid/signup.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 %} |