mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 22:10:16 +02:00
[CHANGE] Rename auth-base-bs5.css
to auth-framework.css
This commit is contained in:
parent
186fa1be03
commit
e9ea09bc56
@ -22,7 +22,7 @@
|
|||||||
{% theme_css %}
|
{% theme_css %}
|
||||||
|
|
||||||
{% include 'bundles/fontawesome.html' %}
|
{% include 'bundles/fontawesome.html' %}
|
||||||
{% include 'bundles/auth-base-bs5-css.html' %}
|
{% include 'bundles/auth-framework-css.html' %}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.navbar-toggler.collapsed{
|
.navbar-toggler.collapsed{
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
{% load static %}
|
|
||||||
|
|
||||||
<link href="{% static 'allianceauth/css/auth-base-bs5.css' %}" rel="stylesheet">
|
|
3
allianceauth/templates/bundles/auth-framework-css.html
Normal file
3
allianceauth/templates/bundles/auth-framework-css.html
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{% load static %}
|
||||||
|
|
||||||
|
<link href="{% static 'allianceauth/css/auth-framework.css' %}" rel="stylesheet">
|
Loading…
x
Reference in New Issue
Block a user