diff --git a/pagure/templates/user_settings.html b/pagure/templates/user_settings.html index a8c3d52..9193e4f 100644 --- a/pagure/templates/user_settings.html +++ b/pagure/templates/user_settings.html @@ -52,6 +52,22 @@ {% endif %} {% endfor %} + + Emails pending + {% for email in user.emails_pending %} + {% if loop.first %} + {{ email.email }} + {% elif loop.last %} + + + {{ email.email }} + {% else %} + + + {{ email.email }} + {% endif %} + {% endfor %} +