{% extends "admin/base_site.html" %} {% load i18n static %} {% block bodyclass %}bg-background h-full flex items-center justify-center p-4 md:p-8{% endblock %} {% block messages %}{% endblock %} {% block content %}
{% if adminflow_logo %} {{ adminflow_title }} {% else %}
hub
{% endif %}

Welcome back

Sign in to manage {{ adminflow_title }}

{% csrf_token %}
{% if form.username.errors %}

{{ form.username.errors|join:", " }}

{% endif %}
{% if password_reset_url %} Forgot? {% endif %}
{% if form.password.errors %}

{{ form.password.errors|join:", " }}

{% endif %}
{% include "admin/includes/toast.html" %} {% endblock %}