Browse Source

Fix , next n'est pas bien remplie

docker_basic_support
detraz 7 years ago
parent
commit
a743e90d88
  1. 2
      templates/registration/login.html

2
templates/registration/login.html

@ -29,7 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% block title %}{% trans "Log in" %}{% endblock %} {% block title %}{% trans "Log in" %}{% endblock %}
{% block content %} {% block content %}
<form method="post" action="{% url 'login' %}?next={{ next }}"> <form method="post" action="">
{% csrf_token %} {% csrf_token %}
{% bootstrap_form form %} {% bootstrap_form form %}
<button class="btn btn-success" type="submit"> <button class="btn btn-success" type="submit">

Loading…
Cancel
Save