Changeset - 58121ebfe6fb
[Not reviewed]
0 1 0
James Tauber - 12 years ago 2012-08-02 03:08:06
jtauber@jtauber.com
show team state and optional description on team detail page
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
symposion_project/templates/teams/team_detail.html
Show inline comments
...
 
@@ -3,7 +3,9 @@
 
{% block head_title %}{{ team.name }}{% endblock %}
 

	
 
{% block body %}
 
    <h1>{{ team.name }}</h1>
 
    <h1>{{ team.name }}{% if state %} <span class="label">{{ state }}</span>{% endif %}</h1>
 
    
 
    {% if team.description %}<p>{{ team.description }}</p>{% endif %}
 
    
 
    {% if can_join %}
 
        <form method="post" action="{% url team_join team.slug %}">
0 comments (0 inline, 0 general)