Add display of current image in edit modal

This commit is contained in:
2025-11-11 18:09:51 +01:00
parent c7f199d61f
commit b1ce2ce3aa
2 changed files with 7 additions and 0 deletions

View File

@@ -87,6 +87,7 @@
<div class="mb-3">
<label for="edit_image" class="form-label">{{ trans('Image') }}</label>
<input type="file" class="form-control" id="edit_image" name="image" accept="image/*">
<div id="current_image" style="margin-top: 10px;"></div>
</div>
<div class="mb-3">
<label for="edit_location" class="form-label">{{ trans('Location') }}</label>