From 58121ebfe6fb6607e824e236a1165bdd90e55e92 2012-08-02 03:08:06 From: James Tauber Date: 2012-08-02 03:08:06 Subject: [PATCH] show team state and optional description on team detail page --- diff --git a/symposion_project/templates/teams/team_detail.html b/symposion_project/templates/teams/team_detail.html index 1469ea95089b98f61039eba8b45b70dae2706834..92d4d2e1eaea542b17b7afbea5ff565161eb31c9 100644 --- a/symposion_project/templates/teams/team_detail.html +++ b/symposion_project/templates/teams/team_detail.html @@ -3,7 +3,9 @@ {% block head_title %}{{ team.name }}{% endblock %} {% block body %} -

{{ team.name }}

+

{{ team.name }}{% if state %} {{ state }}{% endif %}

+ + {% if team.description %}

{{ team.description }}

{% endif %} {% if can_join %}
@@ -20,7 +22,7 @@ {% endif %} {% if can_apply %} - + {% csrf_token %}