{% for contest in future_contests %}
diff --git a/templates/organization/home.html b/templates/organization/home.html
index 80ad6dc..87be1e0 100644
--- a/templates/organization/home.html
+++ b/templates/organization/home.html
@@ -44,7 +44,7 @@
{% include "blog/content.html" %}
{% else %}
-
{{ _('About') }}
+
{{ _('About') }}
{% cache 3600 'organization_html' organization.id MATH_ENGINE %}
diff --git a/templates/organization/org-right-sidebar.html b/templates/organization/org-right-sidebar.html
index b1f5920..f1d3629 100644
--- a/templates/organization/org-right-sidebar.html
+++ b/templates/organization/org-right-sidebar.html
@@ -4,8 +4,8 @@
{% endif %}
{% if can_edit or is_member %}
-
{{ _('Controls') }}
-
+ {{ _('Controls') }}
+
{% if can_edit %}
-
@@ -67,7 +67,7 @@
-
{{ _('About') }}
+
{{ _('About') }}
{% cache 3600 'organization_html' organization.id MATH_ENGINE %}
diff --git a/templates/problem/feed.html b/templates/problem/feed.html
index c263fc3..253ac51 100644
--- a/templates/problem/feed.html
+++ b/templates/problem/feed.html
@@ -7,20 +7,20 @@
{% endblock %}
{% block middle_content %}
-
-
- {{_('FOR YOU')}}
-
-
- {{_('NEW')}}
-
- {% if request.user.has_perm('judge.suggest_problem_changes') %}
-
- {{_('VOLUNTEER')}}
-
- {% endif %}
+
{% if request.user.has_perm('judge.suggest_problem_changes') and feed_type == 'volunteer' %}
diff --git a/templates/problem/recent-attempt.html b/templates/problem/recent-attempt.html
index 86aa7d3..195fe27 100644
--- a/templates/problem/recent-attempt.html
+++ b/templates/problem/recent-attempt.html
@@ -1,7 +1,6 @@
{% if last_attempted_problems%}
-
{{ _('Last unsolved') }}
-
+
{{ _('Last unsolved') }}
diff --git a/templates/problem/search-form.html b/templates/problem/search-form.html
index c1dfc3c..7f7e396 100644
--- a/templates/problem/search-form.html
+++ b/templates/problem/search-form.html
@@ -1,6 +1,5 @@
-
{{ _('Problem search') }}
-
+
{{ _('Problem search') }}