Old high school files. Lessson notes/codes/projects etc.
 
 
 
 
 
 
hsf/wesweb01/todo2021/views/todos/edit.slim

3 lines
164 B

form action="/todos/#{todo["id"]}/update" method="post"
input type="text" name="content" placeholder="New TODO text..."
input type="submit" value="Update TODO"