diff --git a/rowers/templates/menu_workouts.html b/rowers/templates/menu_workouts.html index e3768073..0a4adf49 100644 --- a/rowers/templates/menu_workouts.html +++ b/rowers/templates/menu_workouts.html @@ -3,16 +3,16 @@
This imports all workouts that have not been imported to rowsandall.com. - The action may take a longer time to process, so please be patient. Click on Import in the list below to import an individual workout. -
-This imports all workouts that have not been imported to rowsandall.com. + The action may take a longer time to process, so please be patient. Click on Import in the list below to import an individual workout. +
+| Import | -Name | -Date | -Duration | -Distance | -Type | -New | -
|---|---|---|---|---|---|---|
| - Import | -{{ workout|lookup:'name' }} | -{{ workout|lookup:'starttime' }} | -{{ workout|lookup:'duration' }} | -{{ workout|lookup:'distance' }} m | -{{ workout|lookup:'type' }} | -{{ workout|lookup:'new' }} | -
| Import | +Name | +Date | +Duration | +Distance | +Type | +New | +
|---|---|---|---|---|---|---|
| + Import | +{{ workout|lookup:'name' }} | +{{ workout|lookup:'starttime' }} | +{{ workout|lookup:'duration' }} | +{{ workout|lookup:'distance' }} m | +{{ workout|lookup:'type' }} | +{{ workout|lookup:'new' }} | +
No workouts found
-{% endif %} ++ No workouts found +
+ {% endif %} + {% endblock %} + +{% block sidebar %} +{% include 'menu_workouts.html' %} {% endblock %} diff --git a/rowers/templates/team_compare_select.html b/rowers/templates/team_compare_select.html index 7fb527e5..7aba7ec6 100644 --- a/rowers/templates/team_compare_select.html +++ b/rowers/templates/team_compare_select.html @@ -1,10 +1,10 @@ -{% extends "base.html" %} +{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} -{% block content %} +{% block main %} ++ {% csrf_token %} +
+ +
+ ++ +
+No workouts found
-{% endif %} -Select two or more workouts on the left, set your plot settings below, - and press submit
- {% csrf_token %} -- + You can use the date and search forms above to search through all + workouts from this team. +
++ TIP: Agree with your team members to put tags (e.g. '8x500m') + in the notes section of + your workouts. That makes it easy to search.
-You can use the date and search forms above to search through all - workouts from this team.
-TIP: Agree with your team members to put tags (e.g. '8x500m') in the notes section of - your workouts. That makes it easy to search.
-