Skip to content

Commit

Permalink
seasonal themes in login page
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoexe committed Sep 28, 2024
1 parent 0bd17c8 commit 413800b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sostituzioni/view/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<link rel="stylesheet" href="{{ url_for('static', filename='style/colori.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='style/login.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='style/theme/'+configurazione.get('colortheme').scelta.lower()+'.css') }}">
{% for theme in configurazione.extra_themes %}
<link rel="stylesheet" href="{{ url_for('static', filename='style/theme/'~theme~'.css') }}">
{% endfor %}
<link rel="shortcut icon" href="{{ url_for('static', filename='icons/favicon.ico') }}">
</head>

Expand Down

0 comments on commit 413800b

Please sign in to comment.