add episode filters

This commit is contained in:
bkfox
2022-02-22 18:48:17 +01:00
parent 849a14014c
commit cd360d9ac7
5 changed files with 13 additions and 17 deletions

View File

@ -57,6 +57,8 @@ Usefull context:
{% endblock %}
</div>
<div class="navbar-end">
{% block top-nav-tools %}
{% endblock %}
{% block top-nav-end %}
<div class="navbar-item">
<form action="{% url 'page-list' %}" method="GET">
@ -70,8 +72,6 @@ Usefull context:
</form>
</div>
{% endblock %}
{% block top-nav-tools %}
{% endblock %}
</div>
</div>
</div>

View File

@ -5,7 +5,7 @@
{% block before_list %}
{{ block.super }}
{% if view.has_filters %}
{% if view.has_filters and object_list %}
<form method="GET" action="" class="media">
<div class="media-content">
{% block filters %}