Add the state filter's name into the "X items" line.
This commit is contained in:
parent
083e9dd2ee
commit
56dfb6db19
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ https://stackoverflow.com/a/35153397
|
|||
|
||||
<div id="video_cards">
|
||||
<center><input disabled class="enable_on_pageload" type="text" id="search_filter"/></center>
|
||||
<center><span id="search_filter_count">{{videos|length}}</span> items</center>
|
||||
<center><span id="search_filter_count">{{videos|length}}</span> {{state or ""}} items</center>
|
||||
|
||||
{% for video in videos %}
|
||||
<div id="video_card_{{video.id}}"
|
||||
|
|
Loading…
Reference in a new issue