diff --git a/fedcode/templates/user_profile.html b/fedcode/templates/user_profile.html index 5120958..3b27fb8 100644 --- a/fedcode/templates/user_profile.html +++ b/fedcode/templates/user_profile.html @@ -174,7 +174,12 @@ - to create your profile picture using your email address — {{ person.user.email }} + to create your profile picture using your email address — + {% if person.user.email %} + {{ person.user.email }} + {% else %} + No email found! + {% endif %}