diff --git a/rowers/templates/show_graph.html b/rowers/templates/show_graph.html index 8b8fd385..368e09f4 100644 --- a/rowers/templates/show_graph.html +++ b/rowers/templates/show_graph.html @@ -10,6 +10,7 @@ {{ workout.date }} - {{ workout.distance }}m - {{ workout.duration |durationprint:"%H:%M:%S.%f" }}{% endblock %} {% block og_image %} + {% endblock %} {% block content %}

{{ workout.name }}

diff --git a/rowers/templates/workout_view.html b/rowers/templates/workout_view.html index fdc14541..c58fe3f2 100644 --- a/rowers/templates/workout_view.html +++ b/rowers/templates/workout_view.html @@ -14,6 +14,7 @@ {% block og_image %} {% for graph in graphs1 %} + {% endfor %} {% endblock %} {% block image_src %} diff --git a/static/img/logo_r.png b/static/img/logo_r.png new file mode 100644 index 00000000..666c11c1 Binary files /dev/null and b/static/img/logo_r.png differ diff --git a/static/img/logoklein.png b/static/img/logoklein.png new file mode 100644 index 00000000..24f72373 Binary files /dev/null and b/static/img/logoklein.png differ diff --git a/templates/basebase.html b/templates/basebase.html index 1436e951..96cd74d4 100644 --- a/templates/basebase.html +++ b/templates/basebase.html @@ -29,7 +29,8 @@ {% block image_src %}{% endblock %} {% block og_image %} - + + {% endblock %}