diff --git a/progit/templates/user_settings.html b/progit/templates/user_settings.html index 020e9b4..64dbec3 100644 --- a/progit/templates/user_settings.html +++ b/progit/templates/user_settings.html @@ -22,12 +22,18 @@ {% for email in user.emails %} {% if loop.first %} {{ email.email }} + {% elif loop.last %} + + + {{ email.email }} {% else %} - + + {{ email.email }} - {% endif %} {% endfor %} + + {{ render_field_in_cell(form.ssh_key) }} @@ -35,7 +41,7 @@ {{ form.csrf_token }} -

+