diff --git a/templates/myhome.html b/templates/myhome.html index 50c014278a..8dc25be286 100644 --- a/templates/myhome.html +++ b/templates/myhome.html @@ -22,7 +22,7 @@ {% for repo in owned_repos %} - {{ repo.props.name }} + {{ repo.props.name }} {{ repo.props.id }} {{ repo.props.desc }} diff --git a/templates/myrepos.html b/templates/myrepos.html index 82b33a3224..930592a859 100644 --- a/templates/myrepos.html +++ b/templates/myrepos.html @@ -10,7 +10,7 @@ {% for repo in owned_repos %} - {{ repo.props.name }} + {{ repo.props.name }} {{ repo.props.id }} {{ repo.props.desc }}