fix: adopt relative filename generation for teamer photos in all places
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
<h2 class="text-xl font-bold pb-2">
|
||||
Mein Foto
|
||||
</h2>
|
||||
<img src="{{ asset(teamer.photo.filename | imagine_filter('profile')) }}"
|
||||
<img src="{{ asset(teamer.photo | upload_filename_full | imagine_filter('profile')) }}"
|
||||
class="w-48 h-auto border-2 border-primary"
|
||||
alt="{{ teamer.firstName }}">
|
||||
</div>
|
||||
@@ -177,4 +177,4 @@
|
||||
</div>
|
||||
{{ form_rest(form) }}
|
||||
{{ form_end(form) }}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user