{% 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 widget_tweaks %} {% block head_title %} Sign Up {% endblock head_title %} {% block content %} {% include "allauth/elements/heliport_heading.html" with text="Sign Up" %}

Please complete the following form to sign up with your {{ account.get_provider.name }} account.

{% include "allauth/elements/heliport_signup_form.html" with signup_url_name="socialaccount_signup" %} {% endblock content %}