From 0ff4b0d4fdbadef3d1dcc5320e28d2026fd68a65 Mon Sep 17 00:00:00 2001 From: stilbruch Date: Wed, 6 Apr 2022 18:07:35 -0500 Subject: Add graph template --- app/templates/base/layout.html | 6 ++++-- app/templates/home.html | 34 ++++++++++++++++++++++++++++------ 2 files changed, 32 insertions(+), 8 deletions(-) (limited to 'app') diff --git a/app/templates/base/layout.html b/app/templates/base/layout.html index cbdb567..33f61d1 100644 --- a/app/templates/base/layout.html +++ b/app/templates/base/layout.html @@ -5,6 +5,8 @@ + + @@ -54,11 +56,11 @@ - + - Manage Workouts + Create a Workout {% endif %} diff --git a/app/templates/home.html b/app/templates/home.html index afbed29..d90ef6a 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -148,12 +148,7 @@
-
-

- FILLER FILLER FILLER FILLER FILLER FILLER FILLER FILLER FILLER FILLER - FILLER FILLER FILLER FILLER FILLER FILLER FILLER FILLER FILLER FILLER -

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