diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/show.rhtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index 1d395d85e..0182574d8 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -98,7 +98,8 @@ <%= render :partial => 'correspondence', :locals => { :info_request_event => info_request_event } %> <% end %> - <div id="comment_form"> +<!-- + <div id="comment_container"> <h2>Add an annotation</h2> <p> @@ -147,6 +148,7 @@ <%= render :partial => 'comment/comment_form', :locals => { } %> </div> + --> </div> |