Tagged Questions
2
votes
3answers
63 views
Building and getting a form of objects that have multiple properties
I'm building a form dynamically in a web app where I'm using product_id to keep track which product I'm reading and then product_<id>_property to grab the value of it. Then in my view I end up ...
0
votes
1answer
71 views
How would you improve this point of interaction between Python and Javascript?
I'm writing a checkout form for purchasing online tests. You can buy a certification or a recertification, as well as a pdf or book study manual.
I'm using Jinja2 templates to provide test data into ...