How to access the form variable in FormView

前端 未结 0 431
孤街浪徒
孤街浪徒 2020-12-22 06:56

I can access the "form" variable in function based view like:

if form.is_valid():  
      async_mailer.delay(from_address, **form**, None)


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