How to get multiple values from a template and update multiple fields in a rows of thesame table in django

2018-11-14 Thread AI
I am working on a result processing website and I've been trying to update multiple fields in each row of table. User should be able to input updated CA Score and EXAM Score values and it should update each student's CA Score and EXAM Score values which has been submitted. image of my page

How to get multiple values from a template and update multiple fields in a rows of thesame table in django

2018-11-14 Thread AI
I am working on a result processing website and I've been trying to update multiple fields in each row of table. User should be able to input updated CA Score and EXAM Score values and it should update each student's CA Score and EXAM Score values which has been submitted. image of page