Skip to content
Snippets Groups Projects
Commit f6464c2a authored by Pierre-antoine Comby's avatar Pierre-antoine Comby
Browse files

move to crispy_forms

parent 13d67c26
No related branches found
No related tags found
No related merge requests found
Pipeline #7648 passed with stage
in 2 minutes and 50 seconds
...@@ -11,7 +11,7 @@ SPDX-License-Identifier: GPL-2.0-or-later ...@@ -11,7 +11,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
<h2>Login</h2> <h2>Login</h2>
<form method="post"> <form method="post">
{% csrf_token %} {% csrf_token %}
{{ form.as_p }} {{ form | crispy }}
<button type="submit">Login</button> <button type="submit">Login</button>
</form> </form>
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment