error fixxed for loading images
This commit is contained in:
@@ -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;">
|
||||
|
||||
Reference in New Issue
Block a user