diff -r 22f41aafcedc -r 4b8aa5b9cb23 app/soc/templates/soc/project_survey/take.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/soc/project_survey/take.html Sun Aug 09 13:42:31 2009 -0700 @@ -0,0 +1,18 @@ +{% extends "soc/survey/take.html" %} +{% comment %} +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +{% endcomment %} +{% block help_text %} +{{ block.super }} +This survey is being taken for a project titled "{{ project_entity.title }}" by {{ project_entity.student.name }}. +{% endblock help_text %}