app/soc/templates/soc/survey/view_record.html
changeset 2721 e32118b84718
--- /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 %}