Refactor nil image code, and add a built-in fix for missing nil images

This commit is contained in:
2025-01-17 18:08:15 +01:00
parent 0d9276f639
commit 05484f6148
7 changed files with 98 additions and 57 deletions
+3
View File
@@ -21,6 +21,9 @@
{% else %}
{% include 'admin/logout.html' %}
{% include 'admin/instructions.html' %}
{% if not config['USE_REMOTE_IMAGES'].value %}
{% include 'admin/image.html' %}
{% endif %}
{% include 'admin/theme.html' %}
{% include 'admin/retired.html' %}
{% include 'admin/database.html' %}