[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
4 changed files with 4 additions and 4 deletions

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">