diff --git a/app/views/lvas/_form.html.erb b/app/views/lvas/_form.html.erb
index 3aee19d..fdc33e1 100755
--- a/app/views/lvas/_form.html.erb
+++ b/app/views/lvas/_form.html.erb
@@ -38,7 +38,11 @@
BILD
- <%= f.input :modul, :as=>:check_boxes%>
+ ">
+ <%= f.input :modul, :as => :check_boxes, :member_label=>:name, :collection => @lva.modul %>
+
+
+ <% f.input :modul, :as=>:check_boxes%>
@@ -52,4 +56,36 @@
<%= f.action :submit, :as => :input %>
<% end %>
<% end %>
+
+
+
+
+
<%= tinymce %>
+
+
+