{% extends "core/base/wide_base.html" %} {% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load static %} {% block wide_content %}

Login

{% csrf_token %}
{{ message }}
{% if redirect_to %}{% endif %}
{% if enable_register %} Register {% endif %}
{% endblock wide_content %} {% block script %} {% endblock script %}