Put today link in datesel div.

This commit is contained in:
Mikaël Ates 2013-06-20 16:03:47 +02:00
parent 681cca4625
commit e2e32b6af1
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@
<input data-url="{% url url_name date=date service=service %}" id="date-selector" value="{{ date|date:"DATE_FORMAT"|title }}" readonly="readonly" />
<a id="arrow" href="{% url url_name date=next_day service=service %}">»</a>&nbsp;
<a id="arrow" href="{% url url_name date=next_month service=service %}">»»</a>
{% if date != today %}<a id="datesel-today-link" href="{% url url_name service=service date=today %}">Aujourd'hui</a>{% endif %}
</div>
{% if date != today %}<a id="datesel-today-link" href="{% url url_name service=service date=today %}">Aujourd'hui</a>{% endif %}