Fixed bug with new group creation under admin.
This commit is contained in:
parent
814a0a46fe
commit
3a9addd8db
|
@ -9,4 +9,4 @@
|
|||
= form_for @group, :url => groups_path, :html => { :class => :form } do |f|
|
||||
= render :partial => "form", :locals => {:f => f}
|
||||
|
||||
- content_for :sidebar, render('sidebar')
|
||||
-# content_for :sidebar, render('sidebar')
|
||||
|
|
Loading…
Reference in New Issue