fix misplaced br

This commit is contained in:
Trever Fischer
2012-04-21 11:49:25 -04:00
parent 8da9453a34
commit 43a7d8c66f

View File

@@ -12,8 +12,8 @@
<li><a href="{% url local.views.profile username=user.username %}">{% avatar user %}<p>{{user}}</p></a></li>
{% endfor %}
</ul>
<br style="clear:both"/>
{% endfor %}
<br style="clear:both"/>
<h2>All Players</h2>
<ul class='profile-list'>
{% for user in profiles %}