app/soc/templates/soc/survey/take.html
changeset 2720 3f652b37e177
parent 2572 1ad6d986be6d
child 2740 4b8aa5b9cb23
equal deleted inserted replaced
2719:c8841000b863 2720:3f652b37e177
    32   {% load forms_helpers %}
    32   {% load forms_helpers %}
    33 
    33 
    34   {{ help_text }}
    34   {{ help_text }}
    35 
    35 
    36   {% if entity.content %}
    36   {% if entity.content %}
    37     <div=survey_description>
    37     <div id="survey_description">
    38       {{ entity.content|safe }}
    38       {{ entity.content|safe }}
    39     </div>
    39     </div>
    40   {% endif %}
    40   {% endif %}
    41 
    41 
    42   {% if form_action %}
    42   {% if form_action %}