From a16a80b5a0ab03340e8b308945ce3dcb733b6ac3 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Thu, 1 Sep 2011 10:57:58 -0300 Subject: removed printing of log message on missing optional media resources, fixed a layout bug on tags page and incremented revision --- askbot/__init__.py | 2 +- askbot/skins/default/templates/tags.html | 1 + askbot/skins/utils.py | 7 ++++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/askbot/__init__.py b/askbot/__init__.py index b18dac73..8133c74f 100644 --- a/askbot/__init__.py +++ b/askbot/__init__.py @@ -9,7 +9,7 @@ import smtplib import sys import logging -VERSION = (0, 7, 21) +VERSION = (0, 7, 22) #necessary for interoperability of django and coffin try: diff --git a/askbot/skins/default/templates/tags.html b/askbot/skins/default/templates/tags.html index d37cc9e7..7d9026af 100644 --- a/askbot/skins/default/templates/tags.html +++ b/askbot/skins/default/templates/tags.html @@ -31,6 +31,7 @@ {% trans %}Nothing found{% endtrans %} {% endif %} {% if tags.object_list %} +