From 84f601886ca5e804596003770f45c5726ca9724d Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 6 Dec 2010 17:12:36 -0500 Subject: fixed search persistence problem with tags page and some badge issues --- askbot/__init__.py | 2 +- askbot/skins/default/templates/tags.html | 2 +- askbot/skins/default/templates/user_stats.html | 4 ++-- askbot/views/meta.py | 6 +++++- askbot/views/users.py | 19 +++++++++++++++---- 5 files changed, 24 insertions(+), 9 deletions(-) diff --git a/askbot/__init__.py b/askbot/__init__.py index efaf2490..0ff33a76 100644 --- a/askbot/__init__.py +++ b/askbot/__init__.py @@ -19,4 +19,4 @@ def get_version(): """returns version of the askbot app this version is meaningful for pypi only """ - return '0.6.38' + return '0.6.39' diff --git a/askbot/skins/default/templates/tags.html b/askbot/skins/default/templates/tags.html index ca42a72d..c23b57f9 100644 --- a/askbot/skins/default/templates/tags.html +++ b/askbot/skins/default/templates/tags.html @@ -34,7 +34,7 @@