app/soc/templates/soc/project_survey/take.html
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 09 Aug 2009 13:42:31 -0700
changeset 2740 4b8aa5b9cb23
permissions -rw-r--r--
Added project title and student name to the ProjectSurvey take page. This required some reodering of the Survey take template and also a renamed setH elpAndStatus to _setSurveyTakeContext.

{% 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 %}