fixed linting errors

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

View file

@ -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">