ernestophone.ens.fr/templates/calendrier/update.html

11 lines
234 B
HTML
Raw Normal View History

2015-04-17 18:38:44 +02:00
{% extends "base.html" %}
{% block titre %}Modification{% endblock %}
{% block content %}
<form action="" method="post">
{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Enregistrer" />
</form>
{% endblock %}