Load JS on feedback, feedback_thanks and about pages

Fix #33
master
Daniel Berteaud 11 years ago
parent 9062fd568c
commit 5ef1801ade
  1. 1
      templates/default/about.html.ep
  2. 1
      templates/default/feedback.html.ep
  3. 3
      templates/default/feedback_thanks.html.ep

@ -38,4 +38,5 @@
</div>
</div>
</div>
%= include 'js_include'
%= include 'footer'

@ -25,4 +25,5 @@
</form>
</div>
</div>
%= include 'js_include'
%= include 'footer'

@ -11,5 +11,6 @@
</div>
</div>
</div>
%=include 'footer'
%= include 'js_include'
%= include 'footer'

Loading…
Cancel
Save