{% extends "base.html" %} {% block title %}Log-in{% endblock %} {% block content %}

Log-in

Please, use the following form to log-in:

{{ form.as_p }} {% csrf_token %}

{% endblock %}