You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<h1>Test form</h1>
|
|
<form action="" method="post">{% csrf_token %}
|
|
{{ form.errors }}
|
|
{{ form.as_p }}
|
|
{{ second_form.errors }}
|
|
{{ second_form.as_p }}
|
|
<input type="submit" value="Send message" />
|
|
</form>
|
|
|