@@ -102,6 +97,10 @@
{{ render_partial('partials/tags.html',person_id=None, tags=tags) }}
diff --git a/templates/notes.html b/templates/notes.html
index 16be63c..8ea547f 100644
--- a/templates/notes.html
+++ b/templates/notes.html
@@ -3,9 +3,6 @@
{% block content %}
-
-
+
+
+
+
{% if workout_notes %}
diff --git a/templates/person_overview.html b/templates/person_overview.html
index 81960bd..bfafaf5 100644
--- a/templates/person_overview.html
+++ b/templates/person_overview.html
@@ -5,11 +5,6 @@
-
-
-
{{ person_name }}
@@ -99,6 +94,11 @@
{{ render_partial('partials/tags.html',person_id=person_id, tags=tags) }}
+
+
+
{% for graph in exercise_progress_graphs %}
{{ render_partial('partials/sparkline.html', **graph.progress_graph) }}