summaryrefslogtreecommitdiff
path: root/app/templates/workout/record.html
diff options
context:
space:
mode:
authorstilbruch <stilbruch@protonmail.com>2022-04-23 14:15:35 -0500
committerstilbruch <stilbruch@protonmail.com>2022-04-23 14:15:35 -0500
commit404bba9d518271533d5e4c83dabd8541726bf248 (patch)
treeeaf3abad243810279cd62e50b418aca1203f81a4 /app/templates/workout/record.html
parent5d08424481a8a6ae1b69c96a6ee43394d9aa8963 (diff)
downloadStrengthy-404bba9d518271533d5e4c83dabd8541726bf248.tar.xz
Strengthy-404bba9d518271533d5e4c83dabd8541726bf248.zip
Move routes into seperate folder
Diffstat (limited to 'app/templates/workout/record.html')
-rw-r--r--app/templates/workout/record.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/templates/workout/record.html b/app/templates/workout/record.html
index 6463fe4..0908ef8 100644
--- a/app/templates/workout/record.html
+++ b/app/templates/workout/record.html
@@ -22,13 +22,12 @@
<input class="input" type="number" min="0">
</div>
</div>
-
- <!-- Done button -->
- <p class="button">
+ <!-- TODO: fix align -->
+ <button class="button" onClick="onClickSetCheck(this)">
<span class="icon is-small">
<i class="fa fa-check"></i>
</span>
- </p>
+ </button>
</div>
</div>
@@ -47,4 +46,6 @@
</div>
</div>
+<script async type="text/javascript" src="/static/js/record.js"></script>
+
{% endblock %}