diff --git a/aleksis/core/templates/core/group_type/list.html b/aleksis/core/templates/core/group_type/list.html index 6344416b1a8292fd5400e57d63c056e1b2839ef8..e862cb0191533178546b7b481b0db3ce26fa70a0 100644 --- a/aleksis/core/templates/core/group_type/list.html +++ b/aleksis/core/templates/core/group_type/list.html @@ -10,7 +10,7 @@ {% block content %} <a class="btn green waves-effect waves-light" href="{% url 'create_group_type' %}"> - <i class="material-icons left">add</i> + <i class="material-icons iconify left" data-icon="mdi:add"></i> {% trans "Create group type" %} </a>