From 9b4ed44c49b4f725f3ccb37680ec86e27bf7cab1 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Fri, 6 Oct 2017 09:28:45 +0200 Subject: [PATCH] added page title and facebook image info --- rowers/templates/400.html | 2 +- rowers/templates/403.html | 2 +- rowers/templates/404.html | 2 +- rowers/templates/500.html | 2 +- rowers/templates/about_us.html | 2 +- rowers/templates/advancededit.html | 4 ++-- rowers/templates/advancedotw.html | 4 ++-- rowers/templates/analysis.html | 2 +- rowers/templates/basebase.html | 4 ++-- rowers/templates/biginteractive1.html | 2 +- rowers/templates/boxplot.html | 2 +- rowers/templates/brochure.html | 2 +- rowers/templates/cum_flex.html | 2 +- rowers/templates/frontpage.html | 2 +- rowers/templates/histo.html | 2 +- rowers/templates/list_graphs.html | 2 +- rowers/templates/list_workouts.html | 2 +- rowers/templates/map_view.html | 2 +- rowers/templates/workout_form.html | 4 +++- rowers/templates/workout_view.html | 11 ++++++++++- templates/basebase.html | 4 +++- 21 files changed, 37 insertions(+), 24 deletions(-) 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 %}
diff --git a/rowers/templates/advancededit.html b/rowers/templates/advancededit.html index 55de324b..a79ebad3 100644 --- a/rowers/templates/advancededit.html +++ b/rowers/templates/advancededit.html @@ -2,7 +2,7 @@ {% load staticfiles %} {% load rowerfilters %} -{% block title %}Advanced Features {% endblock %} +{% block title %}{{ workout.name }}Advanced {% endblock %} {% block content %}
@@ -13,7 +13,7 @@

{% endif %} -

Advanced Workout Editor

+

{{ workout.name }} - Advanced

{% if user.rower.rowerplan == 'basic' %}

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 %}

@@ -13,7 +13,7 @@

{% endif %} -

Advanced OTW features

+

{{ workout.name }} - Advanced OTW

{% if user.rower.rowerplan == 'basic' %}

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 @@ - Rowsandall + {% block title %}Rowsandall{% endblock %} diff --git a/rowers/templates/biginteractive1.html b/rowers/templates/biginteractive1.html index 1e3af861..0d4cb513 100644 --- a/rowers/templates/biginteractive1.html +++ b/rowers/templates/biginteractive1.html @@ -2,7 +2,7 @@ {% load staticfiles %} {% load rowerfilters %} -{% block title %}View Workout {% endblock %} +{% block title %}Rowsandall {% endblock %} {% block content %} diff --git a/rowers/templates/boxplot.html b/rowers/templates/boxplot.html index bbb5ebd7..6e287090 100644 --- a/rowers/templates/boxplot.html +++ b/rowers/templates/boxplot.html @@ -2,7 +2,7 @@ {% load staticfiles %} {% load rowerfilters %} -{% block title %}View Comparison {% endblock %} +{% block title %}Rowsandall Box Plot {% endblock %} {% block content %} diff --git a/rowers/templates/brochure.html b/rowers/templates/brochure.html index db236129..6beddbad 100644 --- a/rowers/templates/brochure.html +++ b/rowers/templates/brochure.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Brochure{% endblock title %} +{% block title %}Rowsandall Brochure{% endblock title %} {% block meta %}