diff --git a/app/templates/test/index.html.j2 b/app/templates/test/index.html.j2 index 1dc49c1e..f0ec41f1 100644 --- a/app/templates/test/index.html.j2 +++ b/app/templates/test/index.html.j2 @@ -14,14 +14,14 @@
title - {{ test_form.title(data_length='32') }} + {{ test_form.title(class='validate', data_length='32') }} {{ test_form.title.label }}
description - {{ test_form.description(data_length='255') }} + {{ test_form.description(class='validate', data_length='255') }} {{ test_form.description.label }}
@@ -46,19 +46,19 @@