Skip to content

Commit

Permalink
Add link on each box
Browse files Browse the repository at this point in the history
  • Loading branch information
glogiotatidis committed Feb 9, 2012
1 parent 5809c5e commit 719fc26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions remo/profiles/templates/profiles_people.html
Expand Up @@ -28,6 +28,7 @@
<ul class="block-grid mobile three-up" id="searchlist">
{% for person in people %}
<li id="li-person-{{ person.id }}">
<a href="{% url profiles_view_profile person.userprofile.display_name %}">
<div class="panel grid-profile">
<div class="row">
<div class="three phone-one columns grid-profile-image">
Expand All @@ -38,6 +39,7 @@ <h6>{{ person.first_name }} </h6><h6>{{ person.last_name }}</h6>{{ person.userpr
</div>
<div>
</div>
</a>
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit 719fc26

Please sign in to comment.