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

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

parent 949cb3a9
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