error fixxed for loading images

This commit is contained in:
2026-02-16 16:11:09 +01:00
parent 83b22ecc4c
commit 463408f12b
4 changed files with 34 additions and 14 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
</div>
<div class="col-md-4 text-md-end">
{% if config.image %}
<img src="{{ url_for('serve_config_file', filename=config.image) }}"
<img src="{{ url_for('main.serve_config_file', filename=config.image) }}"
alt="{{ config.name }}"
class="img-fluid rounded shadow"
style="max-height: 180px; object-fit: cover;">