app/soc/templates/soc/survey/public.html
changeset 2660 e2654d53a643
parent 2657 a93c6b2acf9b
child 2721 e32118b84718
equal deleted inserted replaced
2659:8df08a3b17db 2660:e2654d53a643
    36   {% load forms_helpers %}
    36   {% load forms_helpers %}
    37   <form method="get" onsubmit="javascript:return false">
    37   <form method="get" onsubmit="javascript:return false">
    38     This page gives a preview of how users will see the Survey.
    38     This page gives a preview of how users will see the Survey.
    39 
    39 
    40     {% if entity.content %}
    40     {% if entity.content %}
    41       <div=survey_description>
    41       <div id="survey_description">
    42         {{ entity.content|safe }}
    42         {{ entity.content|safe }}
    43       </div>
    43       </div>
    44     {% endif %}
    44     {% endif %}
    45 
    45 
    46     <div style="width:100%; float:left;">
    46     <div style="width:100%; float:left;">