Re: Saving Data in Multiple Selected Checkbox for Voting System

2017-02-14 Thread Genaro Lubong
thank you so much, it helped me a lot, gonna few more for further errors, I may encounter, thanks a lot On Feb 14, 2017 9:48 PM, "ludovic coues" wrote: > You provided vote from views.py but vote redirect the user. It does > not use the provided voting.html template. > > Also, in my opinion, they

Re: Saving Data in Multiple Selected Checkbox for Voting System

2017-02-14 Thread ludovic coues
You provided vote from views.py but vote redirect the user. It does not use the provided voting.html template. Also, in my opinion, they are way too many if and for. You have three, nested, loops. And you are using only a subset of each loop data. I assume position.organization is a foreign key. S

Re: Saving Data in Multiple Selected Checkbox for Voting System

2017-02-14 Thread Genaro Lubong
so I need to provide it? I am using def views for the template On Feb 10, 2017 7:14 PM, "ludovic coues" wrote: > You didn't provide the view making use of that template > > 2017-02-10 10:49 GMT+01:00 Genaro Lubong : > > please help me guys > > > > > > On Feb 8, 2017 12:33 AM, "Genaro Lubong" wro

Re: Saving Data in Multiple Selected Checkbox for Voting System

2017-02-10 Thread ludovic coues
You didn't provide the view making use of that template 2017-02-10 10:49 GMT+01:00 Genaro Lubong : > please help me guys > > > On Feb 8, 2017 12:33 AM, "Genaro Lubong" wrote: > > Hello, newbie here, I am currently making our capstone project as a > requirement to our course subject, and it is a m

Re: Saving Data in Multiple Selected Checkbox for Voting System

2017-02-10 Thread Genaro Lubong
please help me guys On Feb 8, 2017 12:33 AM, "Genaro Lubong" wrote: Hello, newbie here, I am currently making our capstone project as a requirement to our course subject, and it is a major subject, while I was in the part of retreiving the selected candidates, I was not about to iterate the vote

Saving Data in Multiple Selected Checkbox for Voting System

2017-02-07 Thread Genaro Lubong
Hello, newbie here, I am currently making our capstone project as a requirement to our course subject, and it is a major subject, while I was in the part of retreiving the selected candidates, I was not about to iterate the vote for those selected on the upper part, just the last selected item/obje