# HG changeset patch # User Lennard de Rijk # Date 1246885565 -7200 # Node ID af2874bc01f3aefb70578790583f0b57cf482855 # Parent ba32a4f5716ba633b819087c2e0e9fcf042590c8 Public Survey template now resembles the take template more closely. diff -r ba32a4f5716b -r af2874bc01f3 app/soc/templates/soc/survey/public.html --- a/app/soc/templates/soc/survey/public.html Mon Jul 06 14:58:46 2009 +0200 +++ b/app/soc/templates/soc/survey/public.html Mon Jul 06 15:06:05 2009 +0200 @@ -37,9 +37,11 @@
This page gives a preview of how users will see the Survey. - - {{ entity.content|safe }} - + {% if entity.content %} + + {{ entity.content|safe }} + + {% endif %}