diff --git a/allianceauth/authentication/templates/authentication/dashboard.html b/allianceauth/authentication/templates/authentication/dashboard.html index 4d2fc049..6b404199 100644 --- a/allianceauth/authentication/templates/authentication/dashboard.html +++ b/allianceauth/authentication/templates/authentication/dashboard.html @@ -1,5 +1,4 @@ {% extends "allianceauth/base.html" %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "Dashboard" %}{% endblock %} @@ -28,7 +27,7 @@ @@ -40,7 +39,7 @@
- +
@@ -53,7 +52,7 @@
- +
@@ -64,7 +63,7 @@
- +
diff --git a/allianceauth/authentication/templates/public/middle_box.html b/allianceauth/authentication/templates/public/middle_box.html index cb127c36..ff3688bb 100644 --- a/allianceauth/authentication/templates/public/middle_box.html +++ b/allianceauth/authentication/templates/public/middle_box.html @@ -1,5 +1,4 @@ {% extends 'public/base.html' %} -{% load static %} {% block content %}
{% if messages %} diff --git a/allianceauth/authentication/templates/public/register.html b/allianceauth/authentication/templates/public/register.html index 9ddeea9d..e0f80382 100644 --- a/allianceauth/authentication/templates/public/register.html +++ b/allianceauth/authentication/templates/public/register.html @@ -1,6 +1,5 @@ {% extends 'public/base.html' %} -{% load static %} {% load bootstrap %} {% load i18n %} diff --git a/allianceauth/authentication/templates/registration/registration_form.html b/allianceauth/authentication/templates/registration/registration_form.html index a9aa5ef5..8d5f2ea1 100644 --- a/allianceauth/authentication/templates/registration/registration_form.html +++ b/allianceauth/authentication/templates/registration/registration_form.html @@ -1,7 +1,6 @@ {% extends 'public/middle_box.html' %} {% load bootstrap %} {% load i18n %} -{% load static %} {% block page_title %}{% translate "Register" %}{% endblock %} {% block middle_box_content %}
diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkformatter.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkformatter.html index 903b961a..25f9656e 100644 --- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkformatter.html +++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkformatter.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "Create Fatlink" %}{% endblock page_title %} diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html index 20b155de..13e0d899 100644 --- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html +++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "Fatlink view" %}{% endblock page_title %} diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html index 2c87554c..5cab8bd8 100644 --- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html +++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "Personal fatlink statistics" %}{% endblock page_title %} diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html index 673a79e0..5812dac2 100644 --- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html +++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "Personal fatlink statistics" %}{% endblock page_title %} diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html index 9d58af09..6ecfd16a 100644 --- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html +++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "Fatlink Corp Statistics" %}{% endblock page_title %} diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html index 35fdda5a..98d58a15 100644 --- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html +++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "Fatlink statistics" %}{% endblock page_title %} diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html index 8afae5ad..9679208d 100644 --- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html +++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "Fatlink view" %}{% endblock page_title %} diff --git a/allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html b/allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html index ab6be2b2..881434af 100644 --- a/allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html +++ b/allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html @@ -1,5 +1,4 @@ {% extends "allianceauth/base.html" %} -{% load static %} {% load i18n %} {% load evelinks %} diff --git a/allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html b/allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html index 08cf4633..196ce6e0 100644 --- a/allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html +++ b/allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html @@ -1,5 +1,4 @@ {% extends "allianceauth/base.html" %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "Groups Membership" %}{% endblock page_title %} diff --git a/allianceauth/groupmanagement/templates/groupmanagement/groups.html b/allianceauth/groupmanagement/templates/groupmanagement/groups.html index 6b1124a1..7b750f54 100644 --- a/allianceauth/groupmanagement/templates/groupmanagement/groups.html +++ b/allianceauth/groupmanagement/templates/groupmanagement/groups.html @@ -1,5 +1,4 @@ {% extends "allianceauth/base.html" %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "Available Groups" %}{% endblock page_title %} diff --git a/allianceauth/groupmanagement/templates/groupmanagement/index.html b/allianceauth/groupmanagement/templates/groupmanagement/index.html index 842ea4bc..61ae0583 100644 --- a/allianceauth/groupmanagement/templates/groupmanagement/index.html +++ b/allianceauth/groupmanagement/templates/groupmanagement/index.html @@ -1,5 +1,4 @@ {% extends "allianceauth/base.html" %} -{% load static %} {% load i18n %} {% load evelinks %} diff --git a/allianceauth/groupmanagement/templates/groupmanagement/menu.html b/allianceauth/groupmanagement/templates/groupmanagement/menu.html index 0f4410ed..be84acb5 100644 --- a/allianceauth/groupmanagement/templates/groupmanagement/menu.html +++ b/allianceauth/groupmanagement/templates/groupmanagement/menu.html @@ -1,4 +1,3 @@ -{% load static %} {% load i18n %} {% load navactive %} diff --git a/allianceauth/hrapplications/templates/hrapplications/corpchoice.html b/allianceauth/hrapplications/templates/hrapplications/corpchoice.html index 7752197a..ab97414b 100644 --- a/allianceauth/hrapplications/templates/hrapplications/corpchoice.html +++ b/allianceauth/hrapplications/templates/hrapplications/corpchoice.html @@ -1,5 +1,4 @@ {% extends "allianceauth/base.html" %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "Choose a Corp" %}{% endblock page_title %} diff --git a/allianceauth/hrapplications/templates/hrapplications/create.html b/allianceauth/hrapplications/templates/hrapplications/create.html index ce45356e..5e3bbeb4 100644 --- a/allianceauth/hrapplications/templates/hrapplications/create.html +++ b/allianceauth/hrapplications/templates/hrapplications/create.html @@ -1,5 +1,4 @@ {% extends "allianceauth/base.html" %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "Apply To" %} {{ corp.corporation_name }}{% endblock page_title %} diff --git a/allianceauth/hrapplications/templates/hrapplications/management.html b/allianceauth/hrapplications/templates/hrapplications/management.html index 95d1e844..dfc3e92f 100644 --- a/allianceauth/hrapplications/templates/hrapplications/management.html +++ b/allianceauth/hrapplications/templates/hrapplications/management.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "HR Application Management" %}{% endblock page_title %} diff --git a/allianceauth/hrapplications/templates/hrapplications/searchview.html b/allianceauth/hrapplications/templates/hrapplications/searchview.html index 064ece8d..3dc1a167 100644 --- a/allianceauth/hrapplications/templates/hrapplications/searchview.html +++ b/allianceauth/hrapplications/templates/hrapplications/searchview.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "HR Application Management" %}{% endblock page_title %} diff --git a/allianceauth/hrapplications/templates/hrapplications/view.html b/allianceauth/hrapplications/templates/hrapplications/view.html index a30e4d61..f4164ecb 100644 --- a/allianceauth/hrapplications/templates/hrapplications/view.html +++ b/allianceauth/hrapplications/templates/hrapplications/view.html @@ -1,5 +1,4 @@ {% extends "allianceauth/base.html" %} -{% load static %} {% load bootstrap %} {% load i18n %} diff --git a/allianceauth/notifications/templates/notifications/list.html b/allianceauth/notifications/templates/notifications/list.html index 1e332ad4..93c36e4b 100644 --- a/allianceauth/notifications/templates/notifications/list.html +++ b/allianceauth/notifications/templates/notifications/list.html @@ -1,5 +1,4 @@ {% extends "allianceauth/base.html" %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "Notifications" %}{% endblock %} diff --git a/allianceauth/notifications/templates/notifications/view.html b/allianceauth/notifications/templates/notifications/view.html index e6a50167..2aede4ee 100644 --- a/allianceauth/notifications/templates/notifications/view.html +++ b/allianceauth/notifications/templates/notifications/view.html @@ -1,5 +1,4 @@ {% extends "allianceauth/base.html" %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "View Notification" %}{% endblock page_title %} diff --git a/allianceauth/optimer/templates/optimer/add.html b/allianceauth/optimer/templates/optimer/add.html index fffc9707..9b9ddecd 100644 --- a/allianceauth/optimer/templates/optimer/add.html +++ b/allianceauth/optimer/templates/optimer/add.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} diff --git a/allianceauth/optimer/templates/optimer/update.html b/allianceauth/optimer/templates/optimer/update.html index ec0d1429..6bccf30b 100644 --- a/allianceauth/optimer/templates/optimer/update.html +++ b/allianceauth/optimer/templates/optimer/update.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} diff --git a/allianceauth/services/modules/openfire/templates/services/openfire/broadcast.html b/allianceauth/services/modules/openfire/templates/services/openfire/broadcast.html index 50dd1b7d..2f6791bd 100755 --- a/allianceauth/services/modules/openfire/templates/services/openfire/broadcast.html +++ b/allianceauth/services/modules/openfire/templates/services/openfire/broadcast.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "Jabber Broadcast" %}{% endblock page_title %} diff --git a/allianceauth/services/modules/teamspeak3/templates/admin/teamspeak3/authts/change_list.html b/allianceauth/services/modules/teamspeak3/templates/admin/teamspeak3/authts/change_list.html index 134f197a..2e157736 100644 --- a/allianceauth/services/modules/teamspeak3/templates/admin/teamspeak3/authts/change_list.html +++ b/allianceauth/services/modules/teamspeak3/templates/admin/teamspeak3/authts/change_list.html @@ -1,5 +1,4 @@ {% extends "admin/change_list.html" %} -{% load static %} {% load i18n %} {% block object-tools-items %} diff --git a/allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html b/allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html index 2c78b2fc..c77fcc23 100644 --- a/allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html +++ b/allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "Verify Teamspeak" %}{% endblock page_title %} diff --git a/allianceauth/services/templates/services/fleetformattertool.html b/allianceauth/services/templates/services/fleetformattertool.html index dc906622..bcb8e02c 100644 --- a/allianceauth/services/templates/services/fleetformattertool.html +++ b/allianceauth/services/templates/services/fleetformattertool.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "Fleet Formatter Tool" %}{% endblock page_title %} diff --git a/allianceauth/services/templates/services/service_credentials.html b/allianceauth/services/templates/services/service_credentials.html index 7c903046..48a7b949 100644 --- a/allianceauth/services/templates/services/service_credentials.html +++ b/allianceauth/services/templates/services/service_credentials.html @@ -1,5 +1,4 @@ {% extends "allianceauth/base.html" %} -{% load static %} {% load i18n %} {% block page_title %}{% blocktrans with service_name=view.service_name|title %}{{ service_name }} Credentials{% endblocktrans %}{% endblock page_title %} diff --git a/allianceauth/services/templates/services/service_password.html b/allianceauth/services/templates/services/service_password.html index 0ecc18f4..b110c0f5 100644 --- a/allianceauth/services/templates/services/service_password.html +++ b/allianceauth/services/templates/services/service_password.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% block page_title %}{% blocktrans with service_name=view.service_name|title %}{{ service_name }} Password Change{% endblocktrans %}{% endblock page_title %} diff --git a/allianceauth/services/templates/services/services.html b/allianceauth/services/templates/services/services.html index 7d89223e..203f5080 100755 --- a/allianceauth/services/templates/services/services.html +++ b/allianceauth/services/templates/services/services.html @@ -1,5 +1,4 @@ {% extends "allianceauth/base.html" %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "Services Management" %}{% endblock page_title %} diff --git a/allianceauth/srp/templates/srp/add.html b/allianceauth/srp/templates/srp/add.html index e7ed4cc0..4c91dae1 100644 --- a/allianceauth/srp/templates/srp/add.html +++ b/allianceauth/srp/templates/srp/add.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "SRP Fleet Create" %}{% endblock page_title %} diff --git a/allianceauth/srp/templates/srp/management.html b/allianceauth/srp/templates/srp/management.html index 805efbe5..32f35e57 100644 --- a/allianceauth/srp/templates/srp/management.html +++ b/allianceauth/srp/templates/srp/management.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% load humanize %} diff --git a/allianceauth/srp/templates/srp/request.html b/allianceauth/srp/templates/srp/request.html index 6e669f62..0e46aa31 100644 --- a/allianceauth/srp/templates/srp/request.html +++ b/allianceauth/srp/templates/srp/request.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "SRP Request" %}{% endblock page_title %} diff --git a/allianceauth/srp/templates/srp/update.html b/allianceauth/srp/templates/srp/update.html index 82c33674..baf1a8c6 100644 --- a/allianceauth/srp/templates/srp/update.html +++ b/allianceauth/srp/templates/srp/update.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% block page_title %}{% translate "Update AAR Link" %}{% endblock page_title %} diff --git a/allianceauth/templates/bundles/jquery-visibility-js.html b/allianceauth/templates/bundles/jquery-visibility-js.html index 5592ee1f..ac912283 100644 --- a/allianceauth/templates/bundles/jquery-visibility-js.html +++ b/allianceauth/templates/bundles/jquery-visibility-js.html @@ -1,4 +1,3 @@ -{% load static %} diff --git a/allianceauth/timerboard/templates/timerboard/form.html b/allianceauth/timerboard/templates/timerboard/form.html index 8d1980a9..e52727c3 100644 --- a/allianceauth/timerboard/templates/timerboard/form.html +++ b/allianceauth/timerboard/templates/timerboard/form.html @@ -1,6 +1,5 @@ {% extends "allianceauth/base.html" %} {% load bootstrap %} -{% load static %} {% load i18n %} {% block page_title %}
- +