From 1eacc7a42618e84766477fbcc2c32a1da3547115 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 10 Aug 2009 21:40:01 -0400 Subject: untested commit. merged Adolfos mods, validated most of html, slugify urls, fixed IE issues in openid signin --- templates/index.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index a1ab06a4..964721f7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -32,7 +32,7 @@ {% for question in questions %}

- + {{ question.get_question_title }}

@@ -51,7 +51,7 @@
- {{ question.summary }}... + {{ question.summary}}...
{% if question.wiki %} {% trans "community wiki" %} @@ -79,7 +79,7 @@

{% trans "welcome to website" %}

- {{ settings.APP_INTRO|safe }} + {{settings.APP_INTRO|safe}}
@@ -88,15 +88,16 @@

{% trans "Recent tags" %}

-

+

{% for tag in tags %} {% endfor %} -

+
+{% if awards %}

{% trans "Recent awards" %}

@@ -112,6 +113,7 @@
+{% endif %} -- cgit v1.2.3-1-g7c22