Refactor nil image code, and add a built-in fix for missing nil images
This commit is contained in:
@@ -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' %}
|
||||
|
||||
Reference in New Issue
Block a user