SoftwareEngineeringNCSU101 / TaskMasterPro

A todo list web application written in Django
MIT License
0 stars 0 forks source link

Add not functionality now working as expected. #4

Closed Harshvardhan14 closed 3 hours ago

Harshvardhan14 commented 3 hours ago

While I try to add new task to a list, that task is not getting inserted into the database there by causing issue in index.html. As the task is not added in the database it is not getting reflected in the front-end.

dineshkannan010 commented 3 hours ago

Resolved issue by updating the newElement function in index.html file