From 65b39d673e30eee9fa12a34a83e977e8935c28cc Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Fri, 19 Jul 2019 16:26:40 +0200 Subject: [PATCH] fix #492 --- rowers/templates/plannedsessioncreate.html | 4 ++-- rowers/templates/plannedsessionedit.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rowers/templates/plannedsessioncreate.html b/rowers/templates/plannedsessioncreate.html index cde83354..7daf599b 100644 --- a/rowers/templates/plannedsessioncreate.html +++ b/rowers/templates/plannedsessioncreate.html @@ -79,10 +79,10 @@ {{ ps.sessionvalue }} {{ ps.sessionunit }} - Edit + Edit - Clone + Clone diff --git a/rowers/templates/plannedsessionedit.html b/rowers/templates/plannedsessionedit.html index 7a795065..7c8e13aa 100644 --- a/rowers/templates/plannedsessionedit.html +++ b/rowers/templates/plannedsessionedit.html @@ -96,11 +96,11 @@ {{ ps.sessionvalue }} {{ ps.sessionunit }} - Edit + Edit Clone + href="/rowers/sessions/{{ ps.id }}/clone/user/{{ rower.user.id }}/?when={{ timeperiod }}">Clone Delete