Merge branch 'main' of github.com:Froxlor/Froxlor
This commit is contained in:
@@ -165,7 +165,7 @@
|
|||||||
|
|
||||||
{% macro image(id, field) %}
|
{% macro image(id, field) %}
|
||||||
{% if field.value is not empty %}
|
{% if field.value is not empty %}
|
||||||
<img src="/{{ field.value }}" alt="Current Image" class="field-image-preview"><br>
|
<img src="{{ field.value }}" alt="Current Image" class="field-image-preview"><br>
|
||||||
<div class="form-check form-switch mb-2">
|
<div class="form-check form-switch mb-2">
|
||||||
<input type="checkbox" value="1" name="{{ id }}_delete" class="form-check-input">
|
<input type="checkbox" value="1" name="{{ id }}_delete" class="form-check-input">
|
||||||
<label class="form-check-label">
|
<label class="form-check-label">
|
||||||
|
|||||||
Reference in New Issue
Block a user