mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-02-06 12:32:50 +00:00
can read and display workouts
This commit is contained in:
@@ -12,8 +12,15 @@ block content
|
||||
label(for="title", value="UserID")<br />
|
||||
input#title(name="userID", value=session.user._id)
|
||||
li
|
||||
label(for="datepicker", value="Date") Date<br />
|
||||
label(for="datepicker", value="Date") workoutDate
|
||||
input.datepicker(name="workoutDate")
|
||||
li
|
||||
label(for="timepicker", value="Time") workoutTime
|
||||
select(name="workoutTime")
|
||||
option(value='0100') 1 AM
|
||||
option(value='0130') 1:30 AM
|
||||
option(value='0200') 2 AM
|
||||
|
||||
ul#exercises
|
||||
|
||||
button(type="submit", value="Save") Save
|
||||
|
||||
Reference in New Issue
Block a user