fix misplaced body tag when I moved the javascript to bottom of page

This commit is contained in:
jpope 2014-01-01 11:54:23 -06:00
parent 5970a855f6
commit 1e298b10c7

View File

@ -169,7 +169,6 @@
</div>
{%- endblock mediagoblin_body %}
{% include 'mediagoblin/bits/body_end.html' %}
</body>
<script type="text/javascript"
src="{{ request.staticdirect('/js/extlib/jquery.js') }}"></script>
<script type="text/javascript"
@ -179,4 +178,5 @@
<script>
var mark_all_comments_seen_url = "{{ request.urlgen('mediagoblin.notifications.mark_all_comment_notifications_seen') }}"
</script>
</body>
</html>