mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-28 20:50:06 +02:00
Test the admin pages, if read/list/delete is working.
This commit is contained in:
parent
7e8752d1a2
commit
dd1dc54d97
27 changed files with 858 additions and 109 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
|
||||
|
||||
{% if not app.user.theme %}
|
||||
{% if not app.user.theme is defined %}
|
||||
{% set theme = global_theme %}
|
||||
{% else %}
|
||||
{% set theme = app.user.theme %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue