diff --git a/web/app/views/music_sessions/show.html.erb b/web/app/views/music_sessions/show.html.erb
index d55ab1f11..fd888a1e8 100644
--- a/web/app/views/music_sessions/show.html.erb
+++ b/web/app/views/music_sessions/show.html.erb
@@ -121,7 +121,7 @@
<% if @music_session.fan_access %>
<% content_for :after_black_bar do %>
- <%= render :partial => "shared/comments", :locals => {:comments => @music_session.comments, :id => "txtSessionComment"} %>
+ <%= render :partial => "shared/comments", :locals => {:comments => @music_session.comments, :id => "txtSessionComment", :info_page => false} %>
<% end %>
<% content_for :extra_dialogs do %>
diff --git a/web/app/views/recordings/show.html.erb b/web/app/views/recordings/show.html.erb
index 52839832d..f9b17ce5b 100644
--- a/web/app/views/recordings/show.html.erb
+++ b/web/app/views/recordings/show.html.erb
@@ -110,7 +110,7 @@
<% content_for :after_black_bar do %>
- <%= render :partial => "shared/comments", :locals => {:comments => @claimed_recording.recording.comments, :id => "txtRecordingComment"} %>
+ <%= render :partial => "shared/comments", :locals => {:comments => @claimed_recording.recording.comments, :id => "txtRecordingComment", :info_page => false} %>
<% end %>