diff --git a/rowers/templates/400.html b/rowers/templates/400.html index 025dfc60..c5332ca6 100644 --- a/rowers/templates/400.html +++ b/rowers/templates/400.html @@ -2,7 +2,7 @@ {% load staticfiles %} {% load rowerfilters %} -{% block title %}Change Workout {% endblock %} +{% block title %}Rowsandall - Bad Request {% endblock %} {% block content %} diff --git a/rowers/templates/403.html b/rowers/templates/403.html index 3a3d7df7..fb4654ac 100644 --- a/rowers/templates/403.html +++ b/rowers/templates/403.html @@ -2,7 +2,7 @@ {% load staticfiles %} {% load rowerfilters %} -{% block title %}Change Workout {% endblock %} +{% block title %}Rowsandall - forbidden {% endblock %} {% block content %} diff --git a/rowers/templates/404.html b/rowers/templates/404.html index 33fd4812..482eaeb3 100644 --- a/rowers/templates/404.html +++ b/rowers/templates/404.html @@ -1,7 +1,7 @@ {% extends "basenofilters.html" %} {% load staticfiles %} -{% block title %}Change Workout {% endblock %} +{% block title %}Rowsandall - not found {% endblock %} {% block content %} diff --git a/rowers/templates/500.html b/rowers/templates/500.html index d60793eb..252ea236 100644 --- a/rowers/templates/500.html +++ b/rowers/templates/500.html @@ -1,7 +1,7 @@ {% extends "basenofilters.html" %} {% load staticfiles %} -{% block title %}Change Workout {% endblock %} +{% block title %}Rowsandall - error {% endblock %} {% block content %} diff --git a/rowers/templates/about_us.html b/rowers/templates/about_us.html index 0dc285d2..76ea4bec 100644 --- a/rowers/templates/about_us.html +++ b/rowers/templates/about_us.html @@ -1,6 +1,6 @@ {% extends "base.html" %} - {% block title %}About us{% endblock title %} + {% block title %}Rowsandall - About us{% endblock title %} {% block content %}
This is a preview of the page with advanced functionality for Pro users. See diff --git a/rowers/templates/advancedotw.html b/rowers/templates/advancedotw.html index 3e3a2e39..7bd5340b 100644 --- a/rowers/templates/advancedotw.html +++ b/rowers/templates/advancedotw.html @@ -2,7 +2,7 @@ {% load staticfiles %} {% load rowerfilters %} -{% block title %}Advanced Features {% endblock %} +{% block title %}{{ workout.name }}Advanced {% endblock %} {% block content %}
This is a preview of the page with advanced functionality for Pro users. See the page about Pro membership for more information and to sign up for Pro Membership diff --git a/rowers/templates/analysis.html b/rowers/templates/analysis.html index 88cae736..6fa3f882 100644 --- a/rowers/templates/analysis.html +++ b/rowers/templates/analysis.html @@ -2,7 +2,7 @@ {% load staticfiles %} {% load rowerfilters %} -{% block title %}Analysis {% endblock %} +{% block title %}Rowsandall - Analysis {% endblock %} {% block content %} diff --git a/rowers/templates/basebase.html b/rowers/templates/basebase.html index 9b2d9e79..41dd1dfb 100644 --- a/rowers/templates/basebase.html +++ b/rowers/templates/basebase.html @@ -8,7 +8,7 @@
- + {% block headtext %}{% endblock %} {% analytical_head_top %} {% if GOOGLE_ANALYTICS_PROPERTY_ID %} @@ -27,7 +27,7 @@ -