summaryrefslogtreecommitdiff
path: root/app/templates/base/form.html
diff options
context:
space:
mode:
authorstilbruch <stilbruch@protonmail.com>2022-04-23 15:48:45 -0500
committerstilbruch <stilbruch@protonmail.com>2022-04-23 15:48:45 -0500
commit4f1e55112138a1f3b4be3bf23e3740ae3effac35 (patch)
tree220a5426486e9b8df1e27c417799221c546a0f29 /app/templates/base/form.html
parent3d0202b4faaef7ff0900bcfefca4c88907a2b6d4 (diff)
downloadStrengthy-4f1e55112138a1f3b4be3bf23e3740ae3effac35.tar.xz
Strengthy-4f1e55112138a1f3b4be3bf23e3740ae3effac35.zip
Add javascript to add sets while recording workout
Diffstat (limited to 'app/templates/base/form.html')
-rw-r--r--app/templates/base/form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base/form.html b/app/templates/base/form.html
index 72083ae..9f356e0 100644
--- a/app/templates/base/form.html
+++ b/app/templates/base/form.html
@@ -4,7 +4,7 @@
<div class="container">
<div class="columns is-centered">
<div class="column {{ column_classes }}">
- <h1 class="title is-2">{{ title }}</h1>
+ <h1 class="title is-2">{% block title %}{% endblock %}</h1>
<!-- TODO: render errors -->
{% with messages = get_flashed_messages(with_categories=true) %}