diff --git a/rowers/templates/menu_workouts.html b/rowers/templates/menu_workouts.html index 170bdea6..e3768073 100644 --- a/rowers/templates/menu_workouts.html +++ b/rowers/templates/menu_workouts.html @@ -48,7 +48,13 @@ diff --git a/rowers/templates/race_submit.html b/rowers/templates/race_submit.html index 4b4b397b..5b148760 100644 --- a/rowers/templates/race_submit.html +++ b/rowers/templates/race_submit.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} @@ -16,36 +16,33 @@ {% endblock %} -{% block content %} -
-
-

Submit Your Result for {{ race.name }}

-
+{% block main %} +

Submit Your Result for {{ race.name }}

-
- -
-
-

Select one of the following workouts that you rowed within the race window

- - - {% for field in w_form.hidden_fields %} - {{ field }} - {% endfor %} - {% for field in w_form.visible_fields %} - + {% endfor %} + +
- {{ field.label }} +
    +
  • + +

    Select one of the following workouts that you rowed within the race window

    + + + {% for field in w_form.hidden_fields %} {{ field }} - - {% endfor %} - -
    - -
    - {% csrf_token %} - -
    + {% endfor %} + {% for field in w_form.visible_fields %} +
+ {{ field.label }} + {{ field }} +
+

+ {% csrf_token %} + +

+ + @@ -53,3 +50,7 @@ {% block scripts %} {% endblock %} + +{% block sidebar %} +{% include 'menu_racing.html' %} +{% endblock %}