4 changed files with 26 additions and 2 deletions
@ -0,0 +1,7 @@ |
|||
{% extends 'base.html' %} |
|||
{% block content %} |
|||
<form action="" method="post">{% csrf_token %} |
|||
{{ form.as_p }} |
|||
<input type="submit" value="Mettre à jour" /> |
|||
</form> |
|||
{% endblock %} |
|||
Loading…
Reference in new issue