mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 15:00:16 +02:00
Merge branch 'bundle-all-the-things' into 'master'
Bundle the remaining static files See merge request allianceauth/allianceauth!1447
This commit is contained in:
commit
98bab0b180
@ -1,5 +1,4 @@
|
|||||||
{% extends "allianceauth/base.html" %}
|
{% extends "allianceauth/base.html" %}
|
||||||
{% load static %}
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block page_title %}{{ group }} {% translate "Audit Log" %}{% endblock page_title %}
|
{% block page_title %}{{ group }} {% translate "Audit Log" %}{% endblock page_title %}
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
{% extends "allianceauth/base.html" %}
|
{% extends "allianceauth/base.html" %}
|
||||||
{% load static %}
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
@ -7,7 +6,7 @@
|
|||||||
{% block extra_css %}
|
{% block extra_css %}
|
||||||
{% include 'bundles/datatables-css.html' %}
|
{% include 'bundles/datatables-css.html' %}
|
||||||
{% include 'bundles/x-editable.css.html' %}
|
{% include 'bundles/x-editable.css.html' %}
|
||||||
<link href="{% static 'allianceauth/css/checkbox.css' %}" rel="stylesheet">
|
{% include 'bundles/checkbox-css.html' %}
|
||||||
<style>
|
<style>
|
||||||
.copy-text-fa-icon:hover {
|
.copy-text-fa-icon:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
{% load static %}
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load navactive %}
|
{% load navactive %}
|
||||||
{% load auth_notifications %}
|
{% load auth_notifications %}
|
||||||
@ -16,8 +15,7 @@
|
|||||||
|
|
||||||
{% include 'bundles/bootstrap-css.html' %}
|
{% include 'bundles/bootstrap-css.html' %}
|
||||||
{% include 'bundles/fontawesome.html' %}
|
{% include 'bundles/fontawesome.html' %}
|
||||||
|
{% include 'bundles/auth-base-css.html' %}
|
||||||
<link href="{% static 'allianceauth/css/auth-base.css' %}" rel="stylesheet">
|
|
||||||
|
|
||||||
{% block extra_css %}{% endblock extra_css %}
|
{% block extra_css %}{% endblock extra_css %}
|
||||||
</head>
|
</head>
|
||||||
|
3
allianceauth/templates/bundles/auth-base-css.html
Normal file
3
allianceauth/templates/bundles/auth-base-css.html
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{% load static %}
|
||||||
|
|
||||||
|
<link href="{% static 'allianceauth/css/auth-base.css' %}" rel="stylesheet">
|
3
allianceauth/templates/bundles/checkbox-css.html
Normal file
3
allianceauth/templates/bundles/checkbox-css.html
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{% load static %}
|
||||||
|
|
||||||
|
<link href="{% static 'allianceauth/css/checkbox.css' %}" rel="stylesheet">
|
@ -1,5 +1,4 @@
|
|||||||
{% extends "allianceauth/base.html" %}
|
{% extends "allianceauth/base.html" %}
|
||||||
{% load static %}
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% get_current_language as LANGUAGE_CODE %}
|
{% get_current_language as LANGUAGE_CODE %}
|
||||||
{% load evelinks %}
|
{% load evelinks %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user