implemented comments page
This commit is contained in:
@@ -5,6 +5,12 @@
|
||||
{% block title %}Workouts{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<script>
|
||||
setTimeout("location.reload(true);",60000);
|
||||
</script>
|
||||
|
||||
|
||||
<div class="grid_12">
|
||||
|
||||
Select start and end date for a date range:
|
||||
@@ -27,7 +33,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="grid_8 alpha">
|
||||
<div id="workouts_table" class="grid_8 alpha">
|
||||
{% if team %}
|
||||
<h3>{{ team.name }} Team Workouts</h3>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user