summaryrefslogtreecommitdiffstats
path: root/askbot/views/readers.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/views/readers.py')
-rw-r--r--askbot/views/readers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/views/readers.py b/askbot/views/readers.py
index 4327e13a..9070ea0a 100644
--- a/askbot/views/readers.py
+++ b/askbot/views/readers.py
@@ -337,7 +337,7 @@ def tags(request):#view showing a listing of available tags - plain list
'active_tab': 'tags',
'page_class': 'tags-page',
'tag_list_type' : tag_list_type,
- 'stag' : query,
+ 'query' : query,
'tab_id' : sortby,
'keywords' : query,
'search_state': SearchState(*[None for x in range(8)])