diff -r 3f652b37e177 -r e32118b84718 app/soc/templates/soc/survey/view_record.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/soc/survey/view_record.html Tue Aug 04 15:34:41 2009 +0200 @@ -0,0 +1,6 @@ +{% extends "soc/survey/public.html" %} + +{% block page_description %} + Below is a read-only view of the survey record for the Survey called "{{ entity.title }}". + As taken by {{ record.user.name }} on {{ record.modified|date:"jS F Y H:i" }}. +{% endblock %}