Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-06-17 20:28:39 +02:00
parent 64a5435dd7
commit 6bad876967
3 changed files with 29 additions and 2 deletions

View File

@@ -64,7 +64,11 @@
</script>
{% if team %}
<h1>Clone Multiple Sessions for {{ team.name }}</h1>
{% else %}
<h1>Clone Multiple Sessions for {{ rower.user.first_name }} {{ rower.user.last_name }}</h1>
{% endif %}
<ul class="main-content">
<li class="grid_2">
@@ -73,6 +77,9 @@
<table>
{{ dateform.as_table }}
</table>
<table>
{{ teamform.as_table }}
</table>
<input type="Submit" value="Set Date Range">
</form>
</p>