summaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates')
-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 %}