Home:ALL Converter>In Django, how do I change group of user using template?

In Django, how do I change group of user using template?

Ask Time:2014-09-05T15:02:24         Author:devlin31

Json Formatter

I have made a custom group. I want to display all groups from database using django template with radio button, so that the user can select only one from available group.

radio button of current user's group should be selected & I should be able to change it using template.

How can i do that?

Author:devlin31,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/25680280/in-django-how-do-i-change-group-of-user-using-template
yy