A. By manually adding it to the form HTML
B. It is included automatically, no action needed
C. By using the {% csrf_token %} template tag
D. By setting the csrf_token attribute in the form class
Correct Answer is :
C. By using the {% csrf_token %} template tag