[Cleanup] Removed {% load static %} when no static files are loaded

This commit is contained in:
Peter Pfeufer
2022-06-25 13:51:10 +02:00
parent 0cd36ad5bc
commit 0851a6d085
38 changed files with 4 additions and 42 deletions

View File

@@ -1,6 +1,5 @@
{% extends "allianceauth/base.html" %}
{% load bootstrap %}
{% load static %}
{% load i18n %}
{% block page_title %}{% translate "Jabber Broadcast" %}{% endblock page_title %}

View File

@@ -1,5 +1,4 @@
{% extends "admin/change_list.html" %}
{% load static %}
{% load i18n %}
{% block object-tools-items %}

View File

@@ -1,6 +1,5 @@
{% extends "allianceauth/base.html" %}
{% load bootstrap %}
{% load static %}
{% load i18n %}
{% block page_title %}{% translate "Verify Teamspeak" %}{% endblock page_title %}