{% load i18n %} {% load django_bootstrap5 %}

Log In

{% if USERNAME_LOGIN %}
{% bootstrap_form form %} {% csrf_token %}
{% else %} Username login has been disabled. Either set USERNAME_LOGIN to True in Settings or add a convention app to settings with NOM_CONVENTION_APP and provide a different login scheme. {% endif %}