From 1c67242cd8a48c3138e3cec9ddfe8430d51b036b Mon Sep 17 00:00:00 2001 From: stilbruch Date: Mon, 2 May 2022 18:15:48 -0500 Subject: Start exercise progress page --- app/templates/progress/exercise.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app/templates/progress/exercise.html (limited to 'app/templates') diff --git a/app/templates/progress/exercise.html b/app/templates/progress/exercise.html new file mode 100644 index 0000000..20f7c9f --- /dev/null +++ b/app/templates/progress/exercise.html @@ -0,0 +1,12 @@ +{% extends 'base/layout.html' %} + +{% block title %}{{ exercise.name }} Progress{% endblock %} + +{% block content %} +
+
+
+
+
+
+{% endblock %} -- cgit v1.2.3