diff --git a/boards/templates/boards/base.html b/boards/templates/boards/base.html
--- a/boards/templates/boards/base.html
+++ b/boards/templates/boards/base.html
@@ -42,7 +42,6 @@
{{ tags_str|safe }},
{% endif %}
- {% trans "tags" %},
{% trans 'search' %},
{% trans 'feed' %},
{% trans 'images' %}{% if has_fav_threads %},
diff --git a/boards/views/all_tags.py b/boards/views/all_tags.py
--- a/boards/views/all_tags.py
+++ b/boards/views/all_tags.py
@@ -7,6 +7,8 @@ from boards.models.tag import Tag
PARAM_TAGS = 'all_tags'
+# TODO This view is deprecated and should be removed in the future cause the tag
+# list is quite large and slow
class AllTagsView(BaseBoardView):
def get(self, request):