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 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 %} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 James Tauber
						James Tauber