Private
Public Access
1
0

small cosmetic bug fix

This commit is contained in:
Sander Roosendaal
2018-02-18 13:48:37 +01:00
parent 111b6ab06b
commit 6ec66da974

View File

@@ -68,12 +68,8 @@
<div class="grid_12 alpha">
{% include "planningbuttons.html" %}
</div>
<div class="grid_4 alpha">
{% if theteam %}
<h1>Coach Overview. Team {{ theteam.name }}</h1>
{% else %}
<h1>Coach Overview</h1>
{% endif %}
<div class="grid_6 alpha">
<h1>Clone Multiple Sessions</h1>
</div>
<div id="timeperiod" class="grid_2 dropdown">
<button class="grid_2 alpha button gray small dropbtn">Select Time Period ({{ timeperiod|verbosetimeperiod }})</button>