# HG changeset patch # User James Levy # Date 1247653248 -7200 # Node ID a93c6b2acf9b7386a3e6f554576101c46956d713 # Parent 25210120d67bca38d931403d0986a4e052f772fa Fixed wrong js being referenced by the public Survey template. Reviewed by: Lennard de Rijk diff -r 25210120d67b -r a93c6b2acf9b 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 }} - + {% endblock %}