FIX: no picture in themen

This commit is contained in:
HausdorffHimself
2013-08-24 17:16:10 +02:00
parent d8d5bc3fe9
commit e7eabbe6aa

View File

@@ -2,7 +2,6 @@
<%= semantic_form_for @thema do |f| %> <%= semantic_form_for @thema do |f| %>
<%= f.inputs do %> <%= f.inputs do %>
<%= f.input :title %> <%= f.input :title %>
<%= f.input :picture, :as => :file %>
<%= f.input :themengruppe %> <%= f.input :themengruppe %>
<%= f.input :text, :as=>:tinymce_text%> <%= f.input :text, :as=>:tinymce_text%>
<% end %> <% end %>