{% extends "adminlte_full/skeleton_login.html" %} {% import "adminlte_full/macros/bootstrap4.html" as bootstrap %} {% block page_title %}{{ adminlte.gettext('Registration') }}{% endblock %} {% block messages %}

{{ adminlte.gettext('Register a new membership') }}

{% endblock messages %} {% block page_content %} {% block form %}
{% block form_fields %} {{ bootstrap.form_fields(form, form_group_class='input-group mb-3', show_label=false, placeholder=true, exclude=['agree_terms']) }} {% endblock form_fields %}
{% if config.ADMINLTE_TERMS_ENDPOINT %}

{{ adminlte.gettext('You must agree to the terms.') }}

{% endif %}
{% endblock form %} {% if config.ADMINLTE_ALLOW_SOCIAL_AUTH %} {% endif %} {% endblock page_content %} {% block custom_links %}

{{ adminlte.gettext('I already have a membership') }}

{% endblock custom_links %} {% block styles_inline %} .login-box { width: 400px; } {% endblock styles_inline %}