team detail pages no longer use sponsor sidebar

This commit is contained in:
James Tauber 2012-08-03 00:59:11 -04:00
parent 16630a6db3
commit b3ed93cda6

View file

@ -4,7 +4,9 @@
{% block head_title %}{{ team.name }}{% endblock %} {% block head_title %}{{ team.name }}{% endblock %}
{% block body %} {% block body_outer %}
<div class="row">
<div class="span12">
<div class="pull-right"> <div class="pull-right">
{% if can_join %} {% if can_join %}
<form method="post" action="{% url team_join team.slug %}"> <form method="post" action="{% url team_join team.slug %}">
@ -94,4 +96,6 @@
</form> </form>
{% endif %} {% endif %}
{% endif %} {% endif %}
</div>
</div>
{% endblock %} {% endblock %}