diff -r 95bdaaab97ca -r 7367cd232b1e plugins/redmine_bibliography/app/views/publications/edit.html.erb
--- a/plugins/redmine_bibliography/app/views/publications/edit.html.erb
+++ b/plugins/redmine_bibliography/app/views/publications/edit.html.erb
@@ -16,13 +16,15 @@
                             dataType: 'script'
                         }); return false; });" -%>
 
+  <%= javascript_tag "authorship_autocomplete('#{url_for :controller => :publications, :action => :autocomplete_for_author}');" -%>
+
 <% end %>
 
 <%= error_messages_for 'publication' %>
 
 <h2><%=l(:label_publication_show)%></h2>
 
-<%= labelled_form_for @publication, :url => { :project_id  => @project, :action => :update } do |f| -%>
+<%= form_for @publication, :url => { :project_id  => @project, :action => :update } do |f| -%>
 
     <%= render :partial => 'form', :locals => { :f => f }  %>
 
