{% extends "socialaccount/base_entrance.html" %}
{% comment %}
SPDX-FileCopyrightText: 2023 Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load allauth account socialaccount %}
{% block head_title %}
Login Canceled
{% endblock head_title %}
{% block content %}
{% include "allauth/elements/heliport_heading.html" with text="Login Canceled" %}
{% include "allauth/elements/heliport_back_to_login_page.html" %}
{% endblock content %}