Fixed wrong js being referenced by the public Survey template.
authorJames Levy <jamesalexanderlevy@gmail.com>
Wed, 15 Jul 2009 12:20:48 +0200
changeset 2657 a93c6b2acf9b
parent 2656 25210120d67b
child 2658 34b414a80d42
Fixed wrong js being referenced by the public Survey template. Reviewed by: Lennard de Rijk
app/soc/templates/soc/survey/public.html
--- 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 %}