Clean up stray Font Awesome icons

This commit is contained in:
Jeremy Stretch
2020-11-06 15:06:45 -05:00
parent 72dace29b7
commit 6542a326c1
7 changed files with 34 additions and 34 deletions

View File

@@ -5,7 +5,7 @@ from .models import Tenant, TenantGroup
MPTT_LINK = """
{% if record.get_children %}
<span style="padding-left: {{ record.get_ancestors|length }}0px "><i class="fa fa-caret-right"></i>
<span style="padding-left: {{ record.get_ancestors|length }}0px "><i class="mdi mdi-chevron-right"></i>
{% else %}
<span style="padding-left: {{ record.get_ancestors|length }}9px">
{% endif %}