fixed linting errors
This commit is contained in:
parent
ecc80b939d
commit
4ab42bf3de
4 changed files with 12 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h1>Création d'utilisateur</h1>
|
||||
<form action = '' method="post">{% csrf_token %}
|
||||
<form action="" method="post">{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<br>
|
||||
<input type="submit" value="Envoyer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue