6 changed files with 27 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="Sauvegarder" /> |
|||
</form> |
|||
{% endblock %} |
|||
Loading…
Reference in new issue