summaryrefslogtreecommitdiffstats
path: root/askbot/templates/widgets/secondary_header.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/widgets/secondary_header.html')
-rw-r--r--askbot/templates/widgets/secondary_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/widgets/secondary_header.html b/askbot/templates/widgets/secondary_header.html
index f0aca706..defd7148 100644
--- a/askbot/templates/widgets/secondary_header.html
+++ b/askbot/templates/widgets/secondary_header.html
@@ -6,7 +6,7 @@
{% if active_tab == "tags" %}
action="{% url tags %}"
{% elif active_tab == "users" %}
- action="{% url users %}"
+ action=""
{% else %}
action="{% url questions %}" id="searchForm"
{% endif %}