mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-04 17:06:27 +00:00
Fix , next n'est pas bien remplie
This commit is contained in:
parent
cbc2a63c2a
commit
a743e90d88
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
{% block title %}{% trans "Log in" %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form method="post" action="{% url 'login' %}?next={{ next }}">
|
||||
<form method="post" action="">
|
||||
{% csrf_token %}
|
||||
{% bootstrap_form form %}
|
||||
<button class="btn btn-success" type="submit">
|
||||
|
|
Loading…
Reference in a new issue