fix misplaced br
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user