Private
Public Access
1
0

team stats page

This commit is contained in:
Sander Roosendaal
2017-05-15 20:22:15 +02:00
parent 1530cdaa61
commit a3e61ec215
9 changed files with 143 additions and 63 deletions

View File

@@ -3,11 +3,13 @@
{% block title %}Team {% endblock %}
{% block content %}
<div class="grid_12 alpha">
<h1>{{ team.name }}</h1>
<div class="grid_8 alpha">
<div class="grid_12 alpha">
{% include "teambuttons.html" with teamid=team.id %}
</div>
<div class="grid_12">
<div class="grid_8 alpha">
<h1>{{ team.name }}</h1>
<div class="grid_4 omega">
<p>{{ team.notes }}</p>
<p><b>Manager:</b> {{ team.manager.first_name }} {{ team.manager.last_name }}</p>
@@ -90,7 +92,7 @@
{% endif %}
</div>
</div>
</div>