I want to add one additional piece of data to the comment form. Basically a checkbox that says whether or not the commenter wants to be notified of followup comments.
I know how to add the checkbox. I just created a comments/form.html template and added the checkbox to it. I know that the data is getting passed correctly. Now how do I grab that on the backend without having to modify the comment app directly? There is probably a simple, django-standard way to do this, but I'm at a loss. I already have a function that emails admin users when a comment is posted, but I'm not sure I understand it well enough to piggy-back off of that, and I'm not even sure that I can. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---