Suppression d'un guillemet en trop
This commit is contained in:
parent
b144a87ce4
commit
b33f1da835
@ -191,7 +191,11 @@
|
|||||||
<form method="post"
|
<form method="post"
|
||||||
action="{% url 'day_view_when' %}?{% block when_parameters %}{% endblock %}">
|
action="{% url 'day_view_when' %}?{% block when_parameters %}{% endblock %}">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<input type="date" name="when" required="" id="when_picker" value="{% if init_date %}{{ init_date|date:"Y-m-d" }}{% else %}{% now "Y-m-d" %}{% endif %}"">
|
<input type="date"
|
||||||
|
name="when"
|
||||||
|
required=""
|
||||||
|
id="when_picker"
|
||||||
|
value="{% if init_date %}{{ init_date|date:"Y-m-d" }}{% else %}{% now "Y-m-d" %}{% endif %}">
|
||||||
<input type="submit" value="Voir les événements">
|
<input type="submit" value="Voir les événements">
|
||||||
</form>
|
</form>
|
||||||
<footer>
|
<footer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user