symposion_app/symposion_project/templates/teams/team_detail.html
2012-08-01 21:39:00 -04:00

8 lines
151 B
HTML

{% extends "site_base.html" %}
{% block head_title %}{{ team.name }}{% endblock %}
{% block body %}
<h1>{{ team.name }}</h1>
{% endblock %}