{% extends "base.html" %} {% load bootstrap4 %} {% block title %}Login{% endblock title %} {% block content %}

Log-in

{% if form.errors %}

Your username and password didn't match. Please try again.

{% else %}

Please, use the following form to log-in

{% endif %}

Forgotten your password?

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endblock content %}