From 8be62298be649058738135c39a01cb0d7e29d767 Mon Sep 17 00:00:00 2001 From: dschien Date: Wed, 7 Feb 2018 00:19:11 +0000 Subject: [PATCH] changed width of contact form image --- doc/form_flow.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/form_flow.md b/doc/form_flow.md index b008fd2..8f3fa73 100644 --- a/doc/form_flow.md +++ b/doc/form_flow.md @@ -260,8 +260,11 @@ The form html does become a bit hard to read, I admit, but it looks good to the - + ``` + +The main elements here are the thymeleaf classappend command (with an inline elvis operator ?:) `th:classappend="${#fields.hasErrors('name')} ? has-error : blu-margin">` +and a bunch of bootstrap classes. \ No newline at end of file