Skip to content
Snippets Groups Projects
Commit 51f8b6f7 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'core-80-use-icons-instead-of-plain-text' into 'master'

Use icons instead of plain text. Advances BiscuIT-ng#80.

See merge request BiscuIT/BiscuIT-App-Chronos!27
parents 73cd4549 f9364df6
No related branches found
No related tags found
1 merge request!27Use icons instead of plain text. Advances BiscuIT-ng#80.
{# -*- engine:django -*- #}
{% extends "core/base.html" %}
{% load bootstrap4 font_awesome i18n %}
{% load bootstrap4 i18n %}
{% block bootstrap4_extra_head %}
{{ block.super }}
......@@ -24,7 +24,7 @@
{% if substitution %}
{# FIXME Respect year as well #}
<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>
{% endif %}
</div>
......
{# -*- engine:django -*- #}
{% extends "core/turnable.html" %}
{% load bootstrap4 i18n font_awesome %}
{% load bootstrap4 i18n %}
{% load render_table from django_tables2 %}
{% block bootstrap4_title %}{% blocktrans %}Lessons{% endblocktrans %} - {{ block.super }}{% endblock %}
......
{# -*- engine:django -*- #}
{% extends "core/turnable.html" %}
{% load bootstrap4 i18n font_awesome %}
{% load bootstrap4 i18n %}
{% load render_table from django_tables2 %}
{% block bootstrap4_title %}{% blocktrans %}Substitutions{% endblocktrans %} - {{ block.super }}{% endblock %}
......
{# -*- engine:django -*- #}
{% extends "core/turnable.html" %}
{% load bootstrap4 data_helpers font_awesome i18n staticfiles %}
{% load bootstrap4 data_helpers i18n staticfiles %}
{% block bootstrap4_extra_head %}
{{ 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