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

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

parent de052f91
No related branches found
No related tags found
No related merge requests found
{# -*- engine:django -*- #} {# -*- engine:django -*- #}
{% extends "core/base.html" %} {% extends "core/base.html" %}
{% load bootstrap4 font_awesome i18n %} {% load bootstrap4 i18n %}
{% block bootstrap4_extra_head %} {% block bootstrap4_extra_head %}
{{ block.super }} {{ block.super }}
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
{% if substitution %} {% if substitution %}
{# FIXME Respect year as well #} {# FIXME Respect year as well #}
<a href="{% url 'delete_substitution' substitution.lesson_period.id substitution.week %}" class="btn btn-danger"> <a href="{% url 'delete_substitution' substitution.lesson_period.id substitution.week %}" class="btn btn-danger">
{% fa 'trash-o' %} <span class="mdi mdi-delete"></span>
</a> </a>
{% endif %} {% endif %}
</div> </div>
......
{# -*- engine:django -*- #} {# -*- engine:django -*- #}
{% extends "core/turnable.html" %} {% extends "core/turnable.html" %}
{% load bootstrap4 i18n font_awesome %} {% load bootstrap4 i18n %}
{% load render_table from django_tables2 %} {% load render_table from django_tables2 %}
{% block bootstrap4_title %}{% blocktrans %}Lessons{% endblocktrans %} - {{ block.super }}{% endblock %} {% block bootstrap4_title %}{% blocktrans %}Lessons{% endblocktrans %} - {{ block.super }}{% endblock %}
......
{# -*- engine:django -*- #} {# -*- engine:django -*- #}
{% extends "core/turnable.html" %} {% extends "core/turnable.html" %}
{% load bootstrap4 i18n font_awesome %} {% load bootstrap4 i18n %}
{% load render_table from django_tables2 %} {% load render_table from django_tables2 %}
{% block bootstrap4_title %}{% blocktrans %}Substitutions{% endblocktrans %} - {{ block.super }}{% endblock %} {% block bootstrap4_title %}{% blocktrans %}Substitutions{% endblocktrans %} - {{ block.super }}{% endblock %}
......
{# -*- engine:django -*- #} {# -*- engine:django -*- #}
{% extends "core/turnable.html" %} {% extends "core/turnable.html" %}
{% load bootstrap4 data_helpers font_awesome i18n staticfiles %} {% load bootstrap4 data_helpers i18n staticfiles %}
{% block bootstrap4_extra_head %} {% block bootstrap4_extra_head %}
{{ block.super }} {{ block.super }}
......
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