From 88250d26c2d47e7e1545e042f959c0b5a93fc114 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sun, 22 Dec 2019 16:20:20 +0100
Subject: [PATCH] Migrate to material-design-icons. Closes BiscuIT-ng#116.

---
 biscuit/apps/untis/templates/untis/untis_import.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/biscuit/apps/untis/templates/untis/untis_import.html b/biscuit/apps/untis/templates/untis/untis_import.html
index 8a7236b..513471a 100644
--- a/biscuit/apps/untis/templates/untis/untis_import.html
+++ b/biscuit/apps/untis/templates/untis/untis_import.html
@@ -1,7 +1,7 @@
 {# -*- engine:django -*- #}
 
 {% extends "core/base.html" %}
-{% load bootstrap4 font_awesome i18n static %}
+{% load bootstrap4 i18n static %}
 
 {% block bootstrap4_title %}{% blocktrans %}Import Untis data{% endblocktrans %} - {{ block.super }}{% endblock%}
 
@@ -15,7 +15,7 @@
       {% endblocktrans %}
     </p>
     <div class="alert alert-danger" role="alert">
-      {% fa 'exclamation-triangle' %}
+      <span class="mdi mdi-alert"></span>
       {% blocktrans %}
         Newly imported data will be valid as of tomorrow.
       {% endblocktrans %}
-- 
GitLab