Browse Source

Fix tag/unfiltered info not showing on home page

Adding the info about the coronavirus views overrode this block, so we
can just show either (or both, which probably shouldn't happen, but
could) by doing this.
merge-requests/104/head
Deimos 5 years ago
parent
commit
c85eec1c84
  1. 2
      tildes/tildes/templates/home.jinja2

2
tildes/tildes/templates/home.jinja2

@ -31,6 +31,8 @@
<a href="/">Back to normal view</a>
</div>
{% endif %}
{{ super() }}
{% endblock %}
{% block content %}

Loading…
Cancel
Save