From a1caceadacf3b97770fa687393af622cbbb9dab9 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Thu, 8 Mar 2018 06:59:55 +0100 Subject: [PATCH] Added help support in admin --- paramecio/citoplasma/templates/forms/modelform.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paramecio/citoplasma/templates/forms/modelform.phtml b/paramecio/citoplasma/templates/forms/modelform.phtml index 661d882..3f86c60 100644 --- a/paramecio/citoplasma/templates/forms/modelform.phtml +++ b/paramecio/citoplasma/templates/forms/modelform.phtml @@ -5,10 +5,10 @@ <%def name="help(help, name)"> % if help: - \ + \ % endif