fix: don't expect teamer data to be available
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
</a>
|
</a>
|
||||||
{% if app.user %}
|
{% if app.user %}
|
||||||
<div class="flex items-center space-x-4">
|
<div class="flex items-center space-x-4">
|
||||||
{% if app.user.teamer.photo %}
|
{% if app.user.teamer and app.user.teamer.photo %}
|
||||||
<a href="{{ path('app_teamer_profile_index') }}" title="Mein Profil">
|
<a href="{{ path('app_teamer_profile_index') }}" title="Mein Profil">
|
||||||
<img src="{{ asset(app.user.teamer.photo.filename | imagine_filter('profile')) }}"
|
<img src="{{ asset(app.user.teamer.photo.filename | imagine_filter('profile')) }}"
|
||||||
class="h-8 w-auto rounded-full"
|
class="h-8 w-auto rounded-full"
|
||||||
|
|||||||
Reference in New Issue
Block a user