apply selected theme to the login page
This commit is contained in:
parent
96835ebd33
commit
dc20932060
3 changed files with 9 additions and 3 deletions
|
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<body class="theme-{% .settings.theme_name %}">
|
||||
<form action="" method="post">
|
||||
<img src="./static/graphicarts/anchor.svg" alt="">
|
||||
{% if .error %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue