diff --git a/django_lostplaces/lostplaces/templates/explorer/profile.html b/django_lostplaces/lostplaces/templates/explorer/profile.html index d829cbf..18c39cb 100644 --- a/django_lostplaces/lostplaces/templates/explorer/profile.html +++ b/django_lostplaces/lostplaces/templates/explorer/profile.html @@ -26,15 +26,18 @@ {% endif %} + {% if explorer.user.first_name %} {% trans 'Name' %} {{explorer.user.first_name}} {{explorer.user.last_name}} + {% endif %} - + {% if explorer.user.email %} + {% trans 'E-Mail' %} @@ -42,6 +45,7 @@ {{explorer.user.email}} + {% endif %}