##// END OF EJS Templates
Remove the link to all tags list. The list itself will be removed in the near future
neko259 -
r1920:e515a34e default
parent child Browse files
Show More
@@ -42,7 +42,6 b''
42 </form>
42 </form>
43 {{ tags_str|safe }},
43 {{ tags_str|safe }},
44 {% endif %}
44 {% endif %}
45 <a href="{% url 'tags' %}" title="{% trans 'Tag management' %}">{% trans "tags" %}</a>,
46 <a href="{% url 'search' %}" title="{% trans 'Search' %}">{% trans 'search' %}</a>,
45 <a href="{% url 'search' %}" title="{% trans 'Search' %}">{% trans 'search' %}</a>,
47 <a href="{% url 'feed' %}" title="{% trans 'Feed' %}">{% trans 'feed' %}</a>,
46 <a href="{% url 'feed' %}" title="{% trans 'Feed' %}">{% trans 'feed' %}</a>,
48 <a href="{% url 'random' %}" title="{% trans 'Random images' %}">{% trans 'images' %}</a>{% if has_fav_threads %},
47 <a href="{% url 'random' %}" title="{% trans 'Random images' %}">{% trans 'images' %}</a>{% if has_fav_threads %},
@@ -7,6 +7,8 b' from boards.models.tag import Tag'
7 PARAM_TAGS = 'all_tags'
7 PARAM_TAGS = 'all_tags'
8
8
9
9
10 # TODO This view is deprecated and should be removed in the future cause the tag
11 # list is quite large and slow
10 class AllTagsView(BaseBoardView):
12 class AllTagsView(BaseBoardView):
11
13
12 def get(self, request):
14 def get(self, request):
General Comments 0
You need to be logged in to leave comments. Login now