Remove link to iframe contents #302
authorCharles Connell <charles@connells.org>
Sun, 26 Jan 2014 20:59:00 +0000 (15:59 -0500)
committerCharles Connell <charles@connells.org>
Sun, 26 Jan 2014 20:59:00 +0000 (15:59 -0500)
karmaworld/templates/notes/note_detail.html

index 187031cfae1aff521b3510ed7cf13167c0d994de..44d97b63962f921ac6cb9c3f5b21dcf52f611e15 100644 (file)
         <div class="small-12 small-centered columns medium-12 large-12 body_copy">
           {% if note.static_html %}
             <div class="note-text">
-              <!-- Give crawlers a link to the iframe contents-->
-              <a href="{{ STATIC_URL }}{{ note.get_relative_s3_path }}" target="_blank">Open note in a new window or tab</a>.
               <iframe style="border:none; width:100%; min-height: 1000px;"
                       id="noteframe"> </iframe>
             </div> <!-- .note-text -->