symposion_app/symposion_project/templates/teams/team_detail.html

9 lines
151 B
HTML
Raw Normal View History

2012-08-02 01:38:50 +00:00
{% extends "site_base.html" %}
{% block head_title %}{{ team.name }}{% endblock %}
{% block body %}
<h1>{{ team.name }}</h1>
{% endblock %}