Browse Source

Fix to remove stray pasted line

merge-requests/142/head
kencx 2 years ago
parent
commit
ee3dc6f7a6
  1. 1
      tildes/tildes/templates/topic_listing.jinja2

1
tildes/tildes/templates/topic_listing.jinja2

@ -105,7 +105,6 @@
{% if tag %}
{% if is_single_group %}
Showing only topics in {{ link_to_group(group) }} with the tag "{{ tag|replace('_', ' ') }}" ({{ topics.total_count }} total).
<h2>{{ pluralize(topic.num_comments, "comment") }}</h2>
<a href="{{ request.current_listing_normal_url() }}">Back to normal view</a> /
<a href="{{ request.route_url("home", _query={"tag": tag}) }}">
{% if request.user %}

Loading…
Cancel
Save