diff --git a/fiesta/apps/accounts/templates/accounts/user_profile/detail.html b/fiesta/apps/accounts/templates/accounts/user_profile/detail.html index 9dcea44f..ba74c20d 100644 --- a/fiesta/apps/accounts/templates/accounts/user_profile/detail.html +++ b/fiesta/apps/accounts/templates/accounts/user_profile/detail.html @@ -83,34 +83,34 @@

{% trans "Studies" %}

{% trans "Socials and contact" %}

- +
{% with user=object.user profile=object.user.profile_or_none %} - + - + - + - + - + @@ -123,7 +123,7 @@

{% trans "Socials and contact" %}{% trans "Interests" %}

{% for interest in object.user.profile.get_interests_display %} - {{ interest }} + {{ interest }} {% endfor %}
Facebook: {{ profile.facebook }}
Instagram: {{ profile.instagram }}
Telegram: {{ profile.telegram }}
Whatsapp: {{ profile.whatsapp }}
Email: {{ user.email_user }}