Prepopulate form with it's instance if invalid using CreateView Django

前端 未结 0 1884
情书的邮戳
情书的邮戳 2021-02-08 06:58

I use generic CreateView to create a User instance.

class SignUp(CreateView):

    template_name = \'reg.html\'
    form_class = SignUpForm
    success_url = reve         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题