team detail pages no longer use sponsor sidebar
This commit is contained in:
parent
16630a6db3
commit
b3ed93cda6
1 changed files with 93 additions and 89 deletions
|
@ -4,7 +4,9 @@
|
|||
|
||||
{% block head_title %}{{ team.name }}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{% block body_outer %}
|
||||
<div class="row">
|
||||
<div class="span12">
|
||||
<div class="pull-right">
|
||||
{% if can_join %}
|
||||
<form method="post" action="{% url team_join team.slug %}">
|
||||
|
@ -94,4 +96,6 @@
|
|||
</form>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue