0 votes
in Django by

To reuse a form template form_sample.html, the correct approach is _____.

a) {% reuse “form_sample.html” %}

b) {% “form_sample.html” %}

c) {% include “form_sample.html” %}

d) {% use “form_sample.html” %}

1 Answer

0 votes
by
c) {% include “form_sample.html” %}

Related questions

0 votes
asked Jun 25, 2022 in Django by sharadyadav1986
0 votes
asked Jun 26, 2022 in Django by john ganales
...