diff --git a/allianceauth/authentication/templates/authentication/dashboard.characters.html b/allianceauth/authentication/templates/authentication/dashboard.characters.html index b2e0588d..83075233 100644 --- a/allianceauth/authentication/templates/authentication/dashboard.characters.html +++ b/allianceauth/authentication/templates/authentication/dashboard.characters.html @@ -1,5 +1,5 @@ {% load i18n %} -
+
diff --git a/allianceauth/authentication/templates/authentication/dashboard.groups.html b/allianceauth/authentication/templates/authentication/dashboard.groups.html index 88ed15c1..39acde52 100644 --- a/allianceauth/authentication/templates/authentication/dashboard.groups.html +++ b/allianceauth/authentication/templates/authentication/dashboard.groups.html @@ -1,5 +1,5 @@ {% load i18n %} -
+

{% translate "Membership" %}

diff --git a/allianceauth/authentication/templates/authentication/tokens.html b/allianceauth/authentication/templates/authentication/tokens.html index e7907893..42e3c61b 100644 --- a/allianceauth/authentication/templates/authentication/tokens.html +++ b/allianceauth/authentication/templates/authentication/tokens.html @@ -16,7 +16,7 @@ {% translate "This page is a best attempt, but backups or database logs can still contain your tokens. Always revoke tokens on https://community.eveonline.com/support/third-party-applications/ where possible."|urlize %}

- +
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 %} diff --git a/allianceauth/corputils/templates/corputils/corpstats.html b/allianceauth/corputils/templates/corputils/corpstats.html index 4fb18861..988b40ae 100644 --- a/allianceauth/corputils/templates/corputils/corpstats.html +++ b/allianceauth/corputils/templates/corputils/corpstats.html @@ -31,7 +31,7 @@
- + @@ -39,13 +43,23 @@ {% for g in groups %} - +
{% translate "Scopes" %}
{% translate "Name" %} {% translate "Description" %}{% translate "Leaders" %}{% translate "User" %}{% translate "Group" %} + {% translate "Leaders" %}
+ {% translate "User" %} + {% translate "Group" %} +
{{ g.group.name }}{{ g.group.authgroup.description|linebreaks|urlize }} + {% if g.group.authgroup.description %} + {{ g.group.authgroup.description|linebreaks|urlize }} + {% endif %} + {% if g.group.authgroup.group_leaders.all.count %} - {% for leader in g.group.authgroup.group_leaders.all %}{% if leader.profile.main_character %}{{leader.profile.main_character}}{% endif %}{% endfor %} + {% for leader in g.group.authgroup.group_leaders.all %} + {% if leader.profile.main_character %} + {{leader.profile.main_character}} + {% endif %} + {% endfor %} {% endif %} {% if g.group.authgroup.group_leaders.all.count %} - {% for group in g.group.authgroup.group_leader_groups.all %}{{group.name}}{% endfor %} + {% for group in g.group.authgroup.group_leader_groups.all %} + {{group.name}} + {% endfor %} {% endif %} diff --git a/allianceauth/menu/templates/menu/menu-item-bs5.html b/allianceauth/menu/templates/menu/menu-item-bs5.html index 152d0946..e400e5b2 100644 --- a/allianceauth/menu/templates/menu/menu-item-bs5.html +++ b/allianceauth/menu/templates/menu/menu-item-bs5.html @@ -10,21 +10,24 @@ {% if item.count >= 1 %} - + {{ item.count }} {% elif item.url %} - + {% endif %} {% if item.items|length > 0 %}