diff options
| author | stilbruch <stilbruch@protonmail.com> | 2022-04-23 14:15:35 -0500 |
|---|---|---|
| committer | stilbruch <stilbruch@protonmail.com> | 2022-04-23 14:15:35 -0500 |
| commit | 404bba9d518271533d5e4c83dabd8541726bf248 (patch) | |
| tree | eaf3abad243810279cd62e50b418aca1203f81a4 /app/templates/workout | |
| parent | 5d08424481a8a6ae1b69c96a6ee43394d9aa8963 (diff) | |
| download | Strengthy-404bba9d518271533d5e4c83dabd8541726bf248.tar.xz Strengthy-404bba9d518271533d5e4c83dabd8541726bf248.zip | |
Move routes into seperate folder
Diffstat (limited to 'app/templates/workout')
| -rw-r--r-- | app/templates/workout/record.html | 9 |
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 %} |
