Skip to content
Snippets Groups Projects
Verified Commit 88250d26 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Migrate to material-design-icons. Closes BiscuIT-ng#116.

parent 53b4e8b6
No related branches found
No related tags found
1 merge request!10Use material-design-icons instead of font_awesome. Advances BiscuIT-ng#116.
{# -*- 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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment