diff --git a/ivatar/ivataraccount/templates/profile.html b/ivatar/ivataraccount/templates/profile.html index 41f981c..5877ced 100644 --- a/ivatar/ivataraccount/templates/profile.html +++ b/ivatar/ivataraccount/templates/profile.html @@ -21,7 +21,11 @@ {% for email in user.confirmedemail_set.all %}
  • {% csrf_token %} - + {% if email.photo %} + + {% else %} + Nobody + {% endif %} {{ email.email }}
    {% trans 'Change photo' %}