templates: form: Specify a form class for use with functional tests

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2022-08-30 22:33:14 -07:00 committed by James Valleroy
parent 625146329d
commit 51d5f34553
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -10,7 +10,7 @@
<h3>{{ title }}</h3>
<form class="form" method="post">
<form class="form form-{{ form.prefix }}" method="post">
{% csrf_token %}
{{ form|bootstrap }}