Skip to content

Commit 19d8228

Browse files
amywieliczkabarbarahui
authored andcommitted
Add repository short code to My Account page [cincoctrl]
1 parent dda9fa3 commit 19d8228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cincoctrl/cincoctrl/templates/users/user_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1>{{ object.name }}</h1>
2727
<b>Repositories:</b>
2828
<ul>
2929
{% for r in object.repositories %}
30-
<li>{{ r }}</li>
30+
<li>{{ r }} ({{ r.code }})</li>
3131
{% endfor %}
3232
</ul>
3333
</div>

0 commit comments

Comments
 (0)