[Fixed]-How should I use django forms for a <select> value that appears often?

1👍

This should work as far as I can tell. If you want to save on code you could save the dropdown in another HTML file and use the include template tag. I don’t think it’s too important that you add it to ItemForm.

Leave a comment