File diff c18fd7e378ab → 6e67b505013b
symposion_project/templates/teams/team_detail.html
Show inline comments
 
new file 100644
 
{% extends "site_base.html" %}
 

	
 
{% block head_title %}{{ team.name }}{% endblock %}
 

	
 
{% block body %}
 
    <h1>{{ team.name }}</h1>
 
    
 
{% endblock %}