]> git.0d.be Git - panikdb.git/blob - panikdb/templates/aa/user_form.html
add page to view/edit profile
[panikdb.git] / panikdb / templates / aa / user_form.html
1 {% extends "base.html" %}
2
3 {% block content %}
4 <form method="post">
5 {% csrf_token %}
6 {{ form.as_p }}
7
8 <div class="buttons">
9 <button>Enregistrer</button>
10 <a class="cancel" href="../..">Annuler</a>
11 </div>
12 </form>
13 {% endblock %}