app/soc/templates/soc/survey/view_record.html
changeset 2721 e32118b84718
equal deleted inserted replaced
2720:3f652b37e177 2721:e32118b84718
       
     1 {% extends "soc/survey/public.html" %}
       
     2 
       
     3 {% block page_description %}
       
     4   Below is a read-only view of the survey record for the Survey called "{{ entity.title }}".
       
     5   As taken by {{ record.user.name }} on {{ record.modified|date:"jS F Y H:i" }}.
       
     6 {% endblock %}