diff --git a/rowers/templates/manualadd.html b/rowers/templates/manualadd.html index ef7ecc78..be698545 100644 --- a/rowers/templates/manualadd.html +++ b/rowers/templates/manualadd.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} {% load tz %} @@ -35,33 +35,33 @@ $('#id_workouttype').change(); {% endblock %} -{% block content %} -
- Please correct the error{{ form.errors|pluralize }} below. +{% block main %} +
+ Please correct the error{{ form.errors|pluralize }} below. +
+ {% endif %} + + -- -