Fixed wrong js being referenced by the public Survey template.
Reviewed by: Lennard de Rijk
--- a/app/soc/templates/soc/survey/public.html Wed Jul 15 11:48:43 2009 +0200
+++ b/app/soc/templates/soc/survey/public.html Wed Jul 15 12:20:48 2009 +0200
@@ -16,7 +16,7 @@
{% block scripts %}
{{ block.super }}
<script type="text/javascript" src="/soc/content/js/survey-default-text-090627.js"></script>
-<script type="text/javascript" src="/soc/content/survey-take-090708.js"></script>
+<script type="text/javascript" src="/soc/content/js/survey-take-090708.js"></script>
<script type="text/javascript" src="/jquery/jquery-growfield.js"></script>
{% endblock %}