[CHANGE] Rename auth-base-bs5.css to auth-framework.css

This commit is contained in:
Peter Pfeufer 2023-10-24 10:57:28 +02:00
parent 186fa1be03
commit e9ea09bc56
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
{% theme_css %}
{% include 'bundles/fontawesome.html' %}
{% include 'bundles/auth-base-bs5-css.html' %}
{% include 'bundles/auth-framework-css.html' %}
<style>
.navbar-toggler.collapsed{

View File

@ -1,3 +0,0 @@
{% load static %}
<link href="{% static 'allianceauth/css/auth-base-bs5.css' %}" rel="stylesheet">

View File

@ -0,0 +1,3 @@
{% load static %}
<link href="{% static 'allianceauth/css/auth-framework.css' %}" rel="stylesheet">