Update Grid/list view of series

This commit is contained in:
Ozzieisaacs 2020-05-26 15:19:32 +02:00
parent 11e5d4c5b7
commit fec86c2862

View File

@ -19,7 +19,7 @@
{% endfor %}
</div>
{% if title == "Series" %}
{% if data == "series" %}
<button class="update-view btn btn-primary" href="#" data-target="series_view" data-view="grid">Grid</button>
{% endif %}
</div>