'How to extend a Django form in template?

I have an html base file of step0.html. I extend it with

{% extends "step0.html" %}

all it's good but only my Django form not extends. Only the "following size" and "max number of modalities" are django form

step0.html

step1.html with extends step0 for header

How can I do this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source