diff --git a/progit/templates/settings.html b/progit/templates/settings.html index 92a688f..f02d409 100644 --- a/progit/templates/settings.html +++ b/progit/templates/settings.html @@ -56,7 +56,15 @@ {% for user in repo.users %}
  • - {{ user.user }} + {{ user.user.user }} +
    + +
  • {% endfor %}