Show badges on a users profile in the sidebar

This commit is contained in:
Trever Fischer
2012-06-07 16:55:50 -04:00
parent a5858ce11c
commit 985ac6d56f

View File

@@ -1,6 +1,13 @@
{% extends "base_with_nav.html" %}
{% load minecraft %}
{% block sidebar_extra %}
<div class="stat-box">
<h2>Badges</h2>
{% include "common/badge_list.html" with badges=profile.badges.all %}
</div>
{% endblock %}
{% block localnav %}
{% if user == profile %}
<ul>