Skip to content

Commit

Permalink
Don't use a ul in an inappropriate context.
Browse files Browse the repository at this point in the history
Part of #32.
  • Loading branch information
lukegb committed Jul 29, 2017
1 parent 981ef5b commit 2fdcf85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spongeauth/templates/core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h4 class="panel-title">{% trans "Sponge Authentication Portal" %}</h4>
<p>{% blocktrans with username=request.user.username %}You are currently logged in as <strong>{{ username }}</strong>.{% endblocktrans %}</p>


<ul class="list-group list-group-home">
<div class="list-group list-group-home">
<a href="https://spongepowered.org#downloads" class="list-group-item">
<span>{% trans "Download Sponge" %}</span>
<i class="fa fa-download"></i>
Expand All @@ -40,7 +40,7 @@ <h4 class="panel-title">{% trans "Sponge Authentication Portal" %}</h4>
<i class="fa fa-cog"></i>
<div class="clearfix"></div>
</a>
</ul>
</div>

<form action="{% url 'accounts:logout' %}" method="POST">
{% csrf_token %}
Expand Down

0 comments on commit 2fdcf85

Please sign in to comment.