mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-13 02:38:34 +01:00
Fixed problem that global_theme setting was not respected
This fixes issue #880
This commit is contained in:
@@ -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 %}
|
||||
{% else %}
|
||||
{% set theme = app.user.theme %}
|
||||
|
||||
Reference in New Issue
Block a user