After I submit a form, I want to keep the value the user selects in the drop down field. I'm using Django 1.8. Some posts here alude to ways to do it with PHP by accessing the session variable:
Keep values selected after form submission
Is there a way to do this with Django? Maybe a JavaScript solution would work, but I am not too familiar w/ JS other than modifying and tooling around with existing JS code.