edits
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user