Re: How does django pass data through post?

2016-12-01 Thread Jordan W
Daniel, you nailed it! I didn't have the name specified. Adding that makes it propagate through! On Monday, November 28, 2016 at 6:34:19 PM UTC-6, Jordan W wrote: > > Hi, > > I have been working on a small project for myself and some friends, and I > seem to have hit a hi

How does django pass data through post?

2016-11-28 Thread Jordan W
Hi, I have been working on a small project for myself and some friends, and I seem to have hit a hitch in getting it to work as expected. In my detail view, I have a small simple form: {% csrf_token %} Prepare My main list view and detail view are class based views, with m