diff --git a/rowers/templates/show_graph.html b/rowers/templates/show_graph.html index 1ce9ddfd..0b9897b0 100644 --- a/rowers/templates/show_graph.html +++ b/rowers/templates/show_graph.html @@ -6,10 +6,21 @@ {% block content %}

{{ workout.name }}

-
+
+{% if user.is_authenticated and user == rower.user %} +

+ Edit Workout +

+{% else %} +

+ See Workout +

+{% endif %} +
+
{% if user.is_authenticated and user == rower.user %}

- Delete + Delete Chart

{% else %}