fix: adopt folder structure in uploads/photos

This commit is contained in:
Björn Fromme
2025-08-21 14:20:32 +02:00
parent e0ce495b86
commit c4e28818e0
3 changed files with 16 additions and 6 deletions
@@ -58,7 +58,7 @@
<td>
<div class="flex flex-col items-center space-y-2">
{% if teamer.photo %}
<img src="{{ asset(teamer.photo.filename | imagine_filter('profile')) }}"
<img src="{{ asset(teamer.photo | upload_filename_full | imagine_filter('profile')) }}"
class="w-12 h-auto rounded-full"
alt="{{ teamer.firstName }}">
{% else %}