# HG changeset patch # User neko259 # Date 2017-09-01 12:54:01 # Node ID e515a34e45324b93cab41958353a8170c82a013e # Parent df3ebb11857c20ca551698d15195a4a4a81c83b6 Remove the link to all tags list. The list itself will be removed in the near future 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):