#9665 review changes

This commit is contained in:
Arthur
2022-09-01 11:15:23 -07:00
parent 43b3ce9ed1
commit 239b8d2e7c
2 changed files with 2 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
</div>
<div class="dropdown">
<button type="button" class="btn btn-sm btn-outline-secondary dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="mdi mdi-sort"></i>&nbsp;Sort By ({{ sort }})
<i class="mdi mdi-sort"></i>&nbsp;Sort By {{ sort_display_name }}
</button>
<ul class="dropdown-menu dropdown-menu-end">
{% for sort_key, sort_display_name in sort_choices.items %}