fix: adopt folder structure in uploads/photos
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user