Ajout/édition de membre
This commit is contained in:
parent
6172fb8fec
commit
dc792aa009
7 changed files with 80 additions and 9 deletions
10
templates/membres/edit.html
Normal file
10
templates/membres/edit.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Édition/ajout de membres</h2>
|
||||
|
||||
<form method="post">{% csrf_token %}
|
||||
{{ form.as_div }}
|
||||
<div class="mt-3"><button type="submit" class="btn btn-primary">Enregistrer</button></div>
|
||||
</form>
|
||||
{% endblock content %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue