Tagged Questions

1
vote
4answers
336 views

Preserving checkbox states on same page with query results

I'm using django, and have a static webpage with a GET form, and about 30 checkboxes. The user selects various boxes, and clicks search, and a result from a database is returned to the same page in a ...