{% extends 'base.html' %} {% load bootstrap4 %} {% block content %}

Login

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% if config.ENABLE_SIGNUPS %} Sign up {% endif %} {% endbuttons %}

Forgot your password? Reset it here.

{% endblock %}