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