jose | cjohnston, mhall119: do you know where should I put the if form.is_valid? | 00:12 |
---|---|---|
jose | I tried putting it on the create_meeting template and the meeting pages itself, but that wasn't it | 00:20 |
mhall119 | jose: that usually goes into the view | 03:49 |
jose | hmm? | 03:49 |
mhall119 | form.is_valid is called in the view code when you're responding to a POST | 03:50 |
mhall119 | not in a template | 03:50 |
jose | oh | 03:50 |
jose | I'll try to look up something | 03:50 |
mhall119 | it checks the POST data you passed into the form instance and returns true if it's all good, or false otherwise | 03:50 |
=== TheDrums is now known as DalekSec |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!