{% extends 'html/base.html' %} {% load static %} {% block title %} Modifier hôpital du jour {% endblock %} {% block content %}

Modifier {{ form.name.value }}

{% csrf_token %}
{% if messages %}
{% endif %} {% endblock %}