diff --git a/allianceauth/authentication/templates/public/register.html b/allianceauth/authentication/templates/public/register.html index a4f1e77d..062bcb1e 100644 --- a/allianceauth/authentication/templates/public/register.html +++ b/allianceauth/authentication/templates/public/register.html @@ -1,6 +1,6 @@ {% extends 'public/base.html' %} -{% load bootstrap %} +{% load django_bootstrap5 %} {% load i18n %} {% block page_title %}{% translate "Registration" %}{% endblock %} @@ -12,16 +12,20 @@ {% endblock %} {% block content %} -
-
-
-
- {% csrf_token %} - {{ form|bootstrap }} - -
+
+
+
- {% include 'public/lang_select.html' %}
{% endblock %}