{% extends "account/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" %}

If you already have an account, please sign in.


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