From 068bb7dc78d0b3565c100b61acc859ede0adc0d4 Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Wed, 29 Jul 2009 00:00:52 +0800 Subject: merge Evgeny's English and Botum's Spanish translations --- templates/question.html | 165 ++++++++++++++++++++++++++++++------------------ 1 file changed, 103 insertions(+), 62 deletions(-) (limited to 'templates/question.html') diff --git a/templates/question.html b/templates/question.html index 9cbe1664..5ba08b63 100644 --- a/templates/question.html +++ b/templates/question.html @@ -1,13 +1,15 @@ + {% extends "base.html" %}{% load extra_tags %}{% load extra_filters %}{% load humanize %} +{% load i18n %} {% block title %}{% spaceless %}{{ question.get_question_title }}{% endspaceless %}{% endblock %} {% block forejs %} {% if not question.closed and request.user.is_authenticated %} - - + + {% endif %} - +