From 20a7ce5657bf3d8683bdb4f9b860dbad044fb2f3 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 4 Aug 2009 23:25:57 -0400 Subject: included changes by Adolfo and Chaitanya and found temporary fix for languages --- templates/authopenid/signin.html | 4 ++-- templates/authopenid/signup.html | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'templates/authopenid') 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 @@
{{ form2.next }} -

{% trans "we support two login modes" %}

+

{% trans "we support two login modes" %}

{% if msg %}

{{ msg }}

{% endif %} @@ -36,7 +36,7 @@

-
+

{% if form1.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 %} -- cgit v1.2.3-1-g7c22