Fix rack elevation image toggles

This commit is contained in:
Jeremy Stretch
2020-11-10 13:42:48 -05:00
parent baa3fb4779
commit 25a91cd5a5
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@
{% include 'inc/created_updated.html' with obj=rack %}
<div class="pull-right noprint">
<button class="btn btn-sm btn-default toggle-images" selected="selected">
<span class="mdi mdi-check-bold" aria-hidden="true"></span> Show Images
<span class="mdi mdi-checkbox-marked-circle-outline" aria-hidden="true"></span> Show Images
</button>
{% custom_links rack %}
</div>