mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed problem that global_theme setting was not respected
This fixes issue #880
This commit is contained in:
parent
1daf6f01f4
commit
059a9683db
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{% if not app.user.theme is defined %}
|
{% if not app.user.theme is defined or app.user.theme is null %}
|
||||||
{% set theme = global_theme %}
|
{% set theme = global_theme %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set theme = app.user.theme %}
|
{% set theme = app.user.theme %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue