Skip to content

Commit

Permalink
Fix broken html
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Bastida committed Apr 29, 2012
1 parent c3c5513 commit ff9dc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwitter/website/templates/website/user_page.html
Expand Up @@ -22,7 +22,7 @@ <h2>@{{ page_user.username }}</h2>
<h3>Following</h3>
<ul>
{% for profile in page_user.profile.following.all %}
<li><b><a href="/user/{{ profile.user.username }}/">@{{ profile.user.username }}</a></li>
<li><a href="/user/{{ profile.user.username }}/">@{{ profile.user.username }}</a></li>
{% empty %}
Following nobody.
{% endfor %}
Expand Down

0 comments on commit ff9dc8d

Please sign in to comment.