Note text in noscript tag #309
authorCharles Connell <charles@connells.org>
Sun, 2 Feb 2014 23:14:54 +0000 (18:14 -0500)
committerCharles Connell <charles@connells.org>
Sun, 2 Feb 2014 23:14:54 +0000 (18:14 -0500)
karmaworld/templates/notes/note_detail.html

index 83c7becea32655fa986638c33e1504e7b0e5905d..4f533340dd43fca170f3fdb082739591ab4ed39f 100644 (file)
             <div class="note-text">
               <iframe style="border:none; width:100%; min-height: 1000px;"
                       id="noteframe"> </iframe>
+              <noscript>
+                {{ note.text }}
+              </noscript>
             </div> <!-- .note-text -->
 
           {% else %} {# note.static_html #}