fix misplaced body tag when I moved the javascript to bottom of page
authorjpope <jpope@jpope.org>
Wed, 1 Jan 2014 17:54:23 +0000 (11:54 -0600)
committerjpope <jpope@jpope.org>
Wed, 1 Jan 2014 17:54:23 +0000 (11:54 -0600)
mediagoblin/templates/mediagoblin/base.html

index 69b2868507669830884816bbc3bde6001b290bd6..93086205c8c08614dcf77404848574748ac37482 100644 (file)
       </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"
     <script>
       var mark_all_comments_seen_url = "{{ request.urlgen('mediagoblin.notifications.mark_all_comment_notifications_seen') }}"
     </script>
+  </body>
 </html>