From a1e907a0905984187ea093a26d4f3c7e58c67293 Mon Sep 17 00:00:00 2001
From: Sander Roosendaal
Date: Tue, 5 Apr 2022 17:50:01 +0200
Subject: [PATCH] the ajax is working
---
rowers/templates/stepeditor.html | 43 +++++++++++++++++++++++++++---
rowers/urls.py | 4 +++
rowers/views/planviews.py | 45 ++++++++++++++++++++++++++++++++
3 files changed, 88 insertions(+), 4 deletions(-)
diff --git a/rowers/templates/stepeditor.html b/rowers/templates/stepeditor.html
index 2d92d0de..088275c4 100644
--- a/rowers/templates/stepeditor.html
+++ b/rowers/templates/stepeditor.html
@@ -18,7 +18,7 @@
-Training
+Training Steps for {{ ps.name }}
Library
@@ -48,6 +48,23 @@
src='https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js'>