Refactor user registration and login forms for improved structure and error handling
This commit is contained in:
parent
7259046916
commit
a24fb897a3
2 changed files with 28 additions and 7 deletions
|
@ -2,5 +2,5 @@
|
|||
{% load form %}
|
||||
{% block content %}
|
||||
<h1>Créer un compte</h1>
|
||||
{% form form %}
|
||||
{% form form submit="Créer mon compte" %}
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue