diff --git a/templates/partials/start_date.html b/templates/partials/start_date.html index 1301030..9e0a4a1 100644 --- a/templates/partials/start_date.html +++ b/templates/partials/start_date.html @@ -1,4 +1,4 @@ -
+
{% if is_edit|default(false, true) == false %} {{ strftime(start_date, "%b %d %Y") }} +
{% for t in tags %}
+
{% if is_edit|default(false, true) == false %} {% if note|length > 0 %} {{ note | replace('\n', '
') | safe }}
diff --git a/templates/partials/workout_tags.html b/templates/partials/workout_tags.html index 807d092..e1b34f6 100644 --- a/templates/partials/workout_tags.html +++ b/templates/partials/workout_tags.html @@ -23,7 +23,7 @@
-