Suppression d'un guillemet en trop

This commit is contained in:
Jean-Marie Favreau 2025-03-02 21:20:49 +01:00
parent b144a87ce4
commit b33f1da835

View File

@ -191,7 +191,11 @@
<form method="post"
action="{% url 'day_view_when' %}?{% block when_parameters %}{% endblock %}">
{% 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">
</form>
<footer>