changed signup to accounts

finished fixing linting
This commit is contained in:
aeltheos 2021-10-07 16:50:35 +02:00
parent 4ab42bf3de
commit d8853cee1c
11 changed files with 13 additions and 12 deletions

View file

@ -1,9 +0,0 @@
{% extends "base.html" %}
{% block content %}
<h1>Création d'utilisateur</h1>
<form action="" method="post">{% csrf_token %}
{{ form.as_p }}
<br>
<input type="submit" value="Envoyer">
</form>
{% endblock %}