some improvements in team sessions
This commit is contained in:
@@ -18,12 +18,20 @@
|
||||
<li class="grid_2">
|
||||
{% csrf_token %}
|
||||
|
||||
<h1>Select Team</h1>
|
||||
<p>
|
||||
<h1>New Team Session</h1>
|
||||
<table>
|
||||
{{ teamform.as_table }}
|
||||
</table></p>
|
||||
{% if plannedsessions %}
|
||||
</table>
|
||||
<table>
|
||||
{{ form.as_table }}
|
||||
</table>
|
||||
<input class="button green" type="submit" value="Save">
|
||||
<div id="id_guidance" class="padded">
|
||||
|
||||
</div>
|
||||
</li>
|
||||
{% if plannedsessions %}
|
||||
<li class="grid_2">
|
||||
<h1>Team Plan Sessions</h1>
|
||||
<p>
|
||||
<table class="listtable shortpadded" width="80%">
|
||||
@@ -70,18 +78,8 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</p>
|
||||
{% endif %}
|
||||
</li>
|
||||
<li class="grid_2">
|
||||
<h1>New Session</h1>
|
||||
<table>
|
||||
{{ form.as_table }}
|
||||
</table>
|
||||
<input class="button green" type="submit" value="Save">
|
||||
<div id="id_guidance" class="padded">
|
||||
|
||||
</div>
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user