Replace Glyphicons with Material Design

This commit is contained in:
Jeremy Stretch
2020-11-06 14:49:14 -05:00
parent 867f308027
commit 72dace29b7
42 changed files with 136 additions and 136 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
{% block title %}Access Denied{% endblock %}
{% block icon %}<i class="glyphicon glyphicon-lock"></i>{% endblock %}
{% block icon %}<i class="mdi mdi-lock"></i>{% endblock %}
{% block message %}
You do not have permission to access this page.