diff --git a/rowers/templates/workout_view.html b/rowers/templates/workout_view.html
index c364ed3d..d0f0c1a1 100644
--- a/rowers/templates/workout_view.html
+++ b/rowers/templates/workout_view.html
@@ -12,6 +12,7 @@
{% endif %}
{% for graph in graphs1 %}
{% block og_image %}
+{% if graphs1 %}
{% for graph in graphs1 %}
@@ -19,7 +20,11 @@
-{% endfor %}
+ {% endfor %}
+ {% else %}
+
+
+ {% endif %}
{% endblock %}
{% block image_src %}
{% for graph in graphs1 %}