You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the second, third and fourth forms in the index.html file, all todos are listed indiscriminately without the priority of the todo objects taken into account.
Steps to solve this issue:
Filter todos according to their priority.
In the form, Add action and method attributes to the below form. The form makes a post request to delete/id to delete the todo from the Database.
Add csrf_token for each form for security.
Add title, content, priority, timestamp and a submit button to each of the priority list forms.
The text was updated successfully, but these errors were encountered:
In the second, third and fourth forms in the index.html file, all todos are listed indiscriminately without the priority of the todo objects taken into account.
Steps to solve this issue:
The text was updated successfully, but these errors were encountered: