acmpesuecc / acmpesuecc/Todo_List_In_Django
UI Fix: Incomplete form to add todo object
Aperta
Bounty: 50
bug
- Lingua principale
- Python
- Stelle
- 1
- Fork
- 4
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
In the first form in index.html, we allow the user to add a todo item to the list.
Steps to complete this form:
1. Add action and method attributes to below form.
2. Make a post request to the url 'add/' with the information provided by user.
3. Add csrf_token for security.
4. Add options 1, 2, 3 to the dropdown menu to set priority.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.