class GroupsAdd(CreateView):
    model = PlayerGroup
    template_name = 'cpanel/races/group_create.html'
    form_class = PlayerGroupForm