Move verify-specific JS out of site level

This commit is contained in:
David Ormsbee
2013-08-29 10:13:28 -04:00
parent 634d207762
commit a8d7b99743
2 changed files with 4 additions and 3 deletions

View File

@@ -92,9 +92,6 @@
<%static:js group='application'/>
<%static:js group='module-js'/>
<script src="${static.url('js/vendor/responsive-carousel/responsive-carousel.js')}"></script>
<script src="${static.url('js/vendor/responsive-carousel/responsive-carousel.keybd.js')}"></script>
<%block name="js_extra"/>
</body>
</html>

View File

@@ -1,10 +1,14 @@
<%! from django.utils.translation import ugettext as _ %>
<%! from django.core.urlresolvers import reverse %>
<%inherit file="../main.html" />
<%namespace name='static' file='/static_content.html'/>
<%block name="bodyclass">register verification-process step-photos</%block>
<%block name="js_extra">
<script src="${static.url('js/vendor/responsive-carousel/responsive-carousel.js')}"></script>
<script src="${static.url('js/vendor/responsive-carousel/responsive-carousel.keybd.js')}"></script>
<!-- please move link to js/vendor/responsive-carousel/responsive-carousel.js from main.html to here -->
<script type="text/javascript">