From 4bba439116da60d1d85a1c1ff06031be2ecd21b2 Mon Sep 17 00:00:00 2001 From: yannisf Date: Sun, 9 Jul 2017 23:37:16 +0300 Subject: [PATCH] Minor Freemarker template improvements --- .../webapp/WEB-INF/templates/child_cards.ftl | 4 ++-- .../templates/communication_report.ftl | 24 ++++++++----------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/src/main/webapp/WEB-INF/templates/child_cards.ftl b/src/main/webapp/WEB-INF/templates/child_cards.ftl index 81bacd3..9efb2d1 100644 --- a/src/main/webapp/WEB-INF/templates/child_cards.ftl +++ b/src/main/webapp/WEB-INF/templates/child_cards.ftl @@ -31,7 +31,7 @@ <#list 0..1 as i> - + ${child.simpleName}
${child.lastName} @@ -39,7 +39,7 @@ - + ${child.simpleName}
${child.lastName} diff --git a/src/main/webapp/WEB-INF/templates/communication_report.ftl b/src/main/webapp/WEB-INF/templates/communication_report.ftl index a995a54..64d0b93 100644 --- a/src/main/webapp/WEB-INF/templates/communication_report.ftl +++ b/src/main/webapp/WEB-INF/templates/communication_report.ftl @@ -53,22 +53,18 @@ ${child.name} - ${child.notes!''} + ${child.notes!}