diff --git a/app/views/neuigkeiten/_form.html.erb b/app/views/neuigkeiten/_form.html.erb
index 4e55f1d..3956dfd 100755
--- a/app/views/neuigkeiten/_form.html.erb
+++ b/app/views/neuigkeiten/_form.html.erb
@@ -10,7 +10,7 @@
<% unless @neuigkeit.calentry.nil? %>
<%= f.inputs :for => :calentry do |calentry| %>
<%= calentry.input :start, :as => :datepicker %>
- <%= calentry.input :ende , :as => :datepicker %>
+ <%= calentry.input :dauer , :as => :string %>
<%= calentry.input :typ %>
<% end %>
<% end %>