From 695215c993765d910a31789d0a70eef5ee3b57e9 Mon Sep 17 00:00:00 2001 From: FivePixels Date: Wed, 23 Mar 2022 18:56:09 -0500 Subject: Start working on workout create page Add variable to each page to determine with of "box" for form. Add new workout create route. --- app/templates/workout/create.html | 65 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 app/templates/workout/create.html (limited to 'app/templates/workout/create.html') diff --git a/app/templates/workout/create.html b/app/templates/workout/create.html new file mode 100644 index 0000000..99f6f48 --- /dev/null +++ b/app/templates/workout/create.html @@ -0,0 +1,65 @@ +{% extends 'base/form.html' %} + +{% block title %}Create A Workout{% endblock %} + +{% block form %} +
+
+
+

+ + + + +

+
+
+
+
+
+
+

+ + + + +

+
+
+

+ + + + + + + +

+
+
+
+
+

+ + + + +

+

+ + ✖ + +

+
+
+

+ + Create Workout + +

+

+ + Cancel + +

+
+{% endblock %} -- cgit v1.2.3