From ebb0f636ae8f7db4e7a2e7470e449af3d96b15c0 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Nov 2009 20:18:55 -0500 Subject: better comments, email subscriptions, corrected view counter, some ie7 issues, wiki optional with settings.WIKI_ON, site can be mounted on arbitrary url prefix, english language improvements, added feedback form, versioned css and js files to force browser cache reload when settings.RESOURCE_REVISION is incremented , other fixes --- templates/users_questions.html | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) (limited to 'templates/users_questions.html') diff --git a/templates/users_questions.html b/templates/users_questions.html index 9907885e..b445a74c 100644 --- a/templates/users_questions.html +++ b/templates/users_questions.html @@ -4,20 +4,20 @@ {% load humanize %} {% load i18n %}
- {% for question in questions%} + {% for question in questions %} {% if question.favourite_count %} {% if question.favorited_myself %}
{% trans + src="{% href "/content/images/vote-favorite-on.png" %}"/>
{{question.favourite_count|intcomma}}
{% else %}
{% trans + src="{% href "/content/images/vote-favorite-off.png" %}"/>
{{question.favourite_count|intcomma}}
{% endif %} @@ -25,28 +25,26 @@
{% endif %}