pulling wysihtml5 out of compress to stop key errors for #397
authorBryan <btbonval@gmail.com>
Wed, 18 Feb 2015 21:15:07 +0000 (16:15 -0500)
committerBryan <btbonval@gmail.com>
Fri, 27 Feb 2015 01:08:12 +0000 (20:08 -0500)
karmaworld/templates/notes/note_base.html

index d700d504e7168fad382cb390574e692cde81aed7..beab74581a5371addec0b0b8fee5097169d84d78 100644 (file)
@@ -10,8 +10,8 @@
   {% compress css %}
     <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/note_course_pages.css">
     <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/annotator.min.css" />
-    {{ note_edit_form.media.css }}
   {% endcompress %}
+  {{ note_edit_form.media.css }}
 {% endblock %}
 
 {% block pagescripts %}
@@ -35,8 +35,8 @@
     <script src="{{ STATIC_URL }}js/pxem.jQuery.js"></script>
     <script src="{{ STATIC_URL }}js/marked.js" ></script>
     <script src="{{ STATIC_URL }}js/annotator-full.min.js"></script>
-    {{ note_edit_form.media.js }}
   {% endcompress %}
+  {{ note_edit_form.media.js }}
   <script>
     {% if show_note_container %}
       $(function() {