diff --git a/rowers/templates/400.html b/rowers/templates/400.html index 735edfd4..caf15419 100644 --- a/rowers/templates/400.html +++ b/rowers/templates/400.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "bases.html" %} {% load staticfiles %} {% load rowerfilters %} @@ -13,4 +13,4 @@ HTTP Error 400 Bad Request.
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/rowers/templates/403.html b/rowers/templates/403.html index 71faf1fd..65394b28 100644 --- a/rowers/templates/403.html +++ b/rowers/templates/403.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "bases.html" %} {% load staticfiles %} {% load rowerfilters %} @@ -13,4 +13,4 @@ Access forbidden -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/rowers/templates/404.html b/rowers/templates/404.html index 5330441a..69d2b396 100644 --- a/rowers/templates/404.html +++ b/rowers/templates/404.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "bases.html" %} {% load staticfiles %} {% load rowerfilters %} @@ -13,4 +13,4 @@ We could not find the page on our server. -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/rowers/templates/500.html b/rowers/templates/500.html index dbb58908..a64a6d92 100644 --- a/rowers/templates/500.html +++ b/rowers/templates/500.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "bases.html" %} {% load staticfiles %} {% load rowerfilters %} @@ -13,4 +13,4 @@ The site reported an internal server error. If this behavior repeats, please inf -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/rowers/templates/bases.html b/rowers/templates/bases.html new file mode 100644 index 00000000..57e283b6 --- /dev/null +++ b/rowers/templates/bases.html @@ -0,0 +1,189 @@ + + + + + + + + + + + + 
Free Data and Analysis. For Rowers. By Rowers.
++ {% endif %} +
 
+ {% endif %} + ++ Import +
+ Import workouts from Strava, SportTracks, and C2 logbook + {% else %} ++ {% endif %} +
+ Workouts +
+ See your list of workouts + {% else %} ++ {% endif %} +
+ Graphs +
+ See your most recent charts + {% else %} ++ {% endif %} +
+ Analysis +
+ Analysis of workouts over a period of time + {% else %} ++ {% endif %} +