<form action={{ action }} method="post">
{% csrf_token %}
{{ form }}
<p></p>
<input type="submit" value="{{ button_text }}"/>
I expected since the form its first than the input type submit, I should get my form, and below the button right?
but instead I get the button on the top, and then the form. I am missing something?