forked from rc/aircox
fix ups
This commit is contained in:
@ -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" %}">●</a>
|
||||
|
||||
{% if nav_dates.prev %}
|
||||
<a href="{{ target.url }}?date={{ nav_dates.prev|date:"Y-m-d" }}" title="{% trans "previous days" %}">◀</a>
|
||||
|
Reference in New Issue
Block a user