1 {% extends "2022/base_simple.html" %}
7 {% trans "Register" as title %}
12 {% block simple-content %}
16 <button>{% trans "Register" %}</button>
17 <p class="helptext">{{ form.data_processing }}</p>
20 <h3>{% trans "Sign in using:" %}</h3>
22 <ul class="socialaccount_providers">
23 {% include "socialaccount/snippets/provider_list.html" %}
26 {% include "socialaccount/snippets/login_extra.html" %}