Replace Font Awesome icons with Material Design

This commit is contained in:
Jeremy Stretch
2020-11-06 14:33:20 -05:00
parent d388472773
commit 867f308027
1820 changed files with 312 additions and 143922 deletions

View File

@@ -4,7 +4,7 @@
<h1>{% block title %}Import Completed{% endblock %}</h1>
{% include 'responsive_table.html' %}
<a href="{{ request.path }}" class="btn btn-primary">
<span class="fa fa-download" aria-hidden="true"></span>
<span class="mdi mdi-database-import-outline" aria-hidden="true"></span>
Import more
</a>
{% if return_url %}