Posts Categorized: Django

Django: Posting back to an intermediary page

Posted by & filed under , .

I won’t go into great detail on the entire issue of what an intermediary page, but if you’re having trouble posting to an intermediary page, then this might help. An intermediary page needs 3 fields for your a read/post to work: action index _selected_action Here’s where I added them, instead of directly in the template: [...]