app/soc/templates/soc/survey/public.html
changeset 2558 ba32a4f5716b
parent 2551 087684992ab0
child 2559 af2874bc01f3
equal deleted inserted replaced
2557:cba50e22ff6b 2558:ba32a4f5716b
    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>
       
    41       {{ entity.content|safe }}
       
    42     </div>
       
    43 
    40     <div style="width:100%; float:left;">
    44     <div style="width:100%; float:left;">
    41       <div class="{{ status }}" id="survey_widget">
    45       <div class="{{ status }}" id="survey_widget">
    42         <table>
    46         <table>
    43           {% block form_table %}
    47           {% block form_table %}
    44             {% as_twoline_table survey_form %}
    48             {% as_twoline_table survey_form %}