Files @ 40f4d1bb8d07
Branch filter:

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

James Tauber
display available teams on dashboard and remove debugging print
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 %}