From 51d5f34553a1a915629e3f51cf7d1a0409cb361f Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 30 Aug 2022 22:33:14 -0700 Subject: [PATCH] templates: form: Specify a form class for use with functional tests Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/templates/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/templates/form.html b/plinth/templates/form.html index ae21f928a..18a35ba59 100644 --- a/plinth/templates/form.html +++ b/plinth/templates/form.html @@ -10,7 +10,7 @@

{{ title }}

-
+ {% csrf_token %} {{ form|bootstrap }}