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

Use icons instead of text.

parent afb4a30c
No related branches found
No related tags found
No related merge requests found
{% extends "core/base.html" %} {% extends "core/base.html" %}
{% load bootstrap4 i18n %} {% load bootstrap4 i18n font_awesome %}
{% load render_table from django_tables2 %} {% load render_table from django_tables2 %}
{% block page_title %}{% blocktrans %}Lessons{% endblocktrans %}{% endblock %} {% block page_title %}{% blocktrans %}Lessons{% endblocktrans %}{% endblock %}
...@@ -11,12 +11,10 @@ ...@@ -11,12 +11,10 @@
</div> </div>
<div class="btn-group" role="group" aria-label="Day actions"> <div class="btn-group" role="group" aria-label="Day actions">
<a href="{% url 'lessons_day_by_date' day_prev %}" class="btn btn-secondary"> <a href="{% url 'lessons_day_by_date' day_prev %}" class="btn btn-secondary">
Previos day {% fa 'hand-point-right' %}
</a> </a>
</div>
<div class="btn-group" role="group" aria-label="Day actions">
<a href="{% url 'lessons_day_by_date' day_next %}" class="btn btn-secondary"> <a href="{% url 'lessons_day_by_date' day_next %}" class="btn btn-secondary">
Next day {% fa 'hand-point-left' %}
</a> </a>
</div> </div>
</div> </div>
......
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