From bb801f2bbd9f26bebca846b71e8947a1951f86a5 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:11:34 -0400 Subject: english translation --- 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 %} - +