Public Survey template now resembles the take template more closely.
--- 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 @@
<form method="get" onsubmit="javascript:return false">
This page gives a preview of how users will see the Survey.
- <div=description>
- {{ entity.content|safe }}
- </div>
+ {% if entity.content %}
+ <div=survey_description>
+ {{ entity.content|safe }}
+ </div>
+ {% endif %}
<div style="width:100%; float:left;">
<div class="{{ status }}" id="survey_widget">