My template has radio buttons . I would like to know what exactly be there in forms.py to render this template in the views ?
This is my tempalte <body> <form name="." method="POST"> <div align="center"><br> <p><label for="id_subject">Username:</label> <input id="id_subject" type="text" name="subject" maxlength="100" / ></p> <p> <text>Who can view the data </text> </p> <input type="radio" name="group1" value="Any registered users"> Any registered users<br> <input type="radio" name="group1" value="Only users that can edit " checked> Only users that can edit<br> <hr> <p> <text> Who can edit the data </text> </p> <input type="radio" name="group2" value="Any registered user"> Any registered user<br> <input type="radio" name="group2" value="Only the following users"> Only the following users<br> -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.