diff --git a/fiesta/apps/accounts/templates/accounts/user_profile/detail.html b/fiesta/apps/accounts/templates/accounts/user_profile/detail.html index dcfb6005..ae55aa2f 100644 --- a/fiesta/apps/accounts/templates/accounts/user_profile/detail.html +++ b/fiesta/apps/accounts/templates/accounts/user_profile/detail.html @@ -50,10 +50,12 @@

{% trans "Basic information" %}

Gender: {{ profile.gender }} - - Birth date: - {{ profile.birth_date }} - + {% if profile.birth_date %} + + Birth date: + {{ profile.birth_date }} + + {% endif %} Joined: {{ user.date_joined }}