{% extends "registration/base.html" %} {% load i18n dashub %} {% get_dashub_settings request as dashub_settings %} {% block content %}
{% blocktrans trimmed %} You are authenticated as {{ username }}, but are not authorized to access this page. Would you like to login to a different account? {% endblocktrans %}
{{ form.username.label }}: {{ form.username.errors|join:', ' }}
{{ form.password.label }}: {{ form.password.errors|join:', ' }}
{{ error }}
Enter your email & password to login