From 3fde94d4951c8cd872f143b08c84a1f7b448cb72 Mon Sep 17 00:00:00 2001
From: Julian Leucker <leuckerj@gmail.com>
Date: Sun, 13 Feb 2022 14:03:47 +0100
Subject: [PATCH] Change icon set of the school term list

---
 aleksis/core/templates/core/school_term/list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aleksis/core/templates/core/school_term/list.html b/aleksis/core/templates/core/school_term/list.html
index 14aa2f0a6..9df6af972 100644
--- a/aleksis/core/templates/core/school_term/list.html
+++ b/aleksis/core/templates/core/school_term/list.html
@@ -10,7 +10,7 @@
 
 {% block content %}
   <a class="btn green waves-effect waves-light" href="{% url 'create_school_term' %}">
-    <i class="material-icons left">add</i>
+    <i class="material-icons left iconify" data-icon="mdi:add"></i>
     {% trans "Create school term" %}
   </a>
 
-- 
GitLab