Link to user profiles in places

This commit is contained in:
Trever Fischer
2012-04-21 10:34:36 -04:00
parent ebbd7df499
commit f4c118eac4
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
{% block content %}
<ul id='profile-list'>
{% for user in profiles %}
<li>{% avatar user %}<p>{{user}}</p></li>
<li><a href="{% url local.views.profile username=user.username %}">{% avatar user %}<p>{{user}}</p></a></li>
{% endfor %}
</ul>
{% endblock %}