app/soc/templates/soc/survey/public.html
changeset 2559 af2874bc01f3
parent 2558 ba32a4f5716b
child 2562 9f9261d32efc
equal deleted inserted replaced
2558:ba32a4f5716b 2559:af2874bc01f3
    35 
    35 
    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     <div=description>
    40     {% if entity.content %}
    41       {{ entity.content|safe }}
    41       <div=survey_description>
    42     </div>
    42         {{ entity.content|safe }}
       
    43       </div>
       
    44     {% endif %}
    43 
    45 
    44     <div style="width:100%; float:left;">
    46     <div style="width:100%; float:left;">
    45       <div class="{{ status }}" id="survey_widget">
    47       <div class="{{ status }}" id="survey_widget">
    46         <table>
    48         <table>
    47           {% block form_table %}
    49           {% block form_table %}