This commit is contained in:
bkfox
2018-06-27 18:59:11 +02:00
parent f70b692aff
commit 08f519451a
4 changed files with 11 additions and 6 deletions

View File

@ -5,7 +5,7 @@
{% if nav_dates.dates %}
<nav class="nav_dates">
{% if target %}
<a href="{{ target.url }}?date={{ nav_dates.today|date:"Y-m-d" }}" title="{% trans "go to today" %}"></a>
<a href="{{ target.url }}?date={{ nav_dates.today|date:"Y-m-d" }}" title="{% trans "go to today" %}">&#9679;</a>
{% if nav_dates.prev %}
<a href="{{ target.url }}?date={{ nav_dates.prev|date:"Y-m-d" }}" title="{% trans "previous days" %}"></a>