Skip to content

Commit 1ea7dc7

Browse files
committed
Include admin.css in OIDC admin pages
1 parent b0de316 commit 1ea7dc7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates/base.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
{% extends "base.twig" %}
77

88
{% block preload %}
9+
<link rel="stylesheet" href="{{ asset('css/admin.css', 'admin') }}">
910
<link rel="stylesheet" href="{{ asset('css/src/default.css', 'oidc') }}">
1011
{% endblock %}
1112

0 commit comments

Comments
 (0)