Files @ 6e67b505013b
Branch filter:

Location: symposion_app/symposion_project/templates/teams/team_detail.html

James Tauber
added available teams template tag
1
2
3
4
5
6
7
8
{% extends "site_base.html" %}

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

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