forked from expo/troggle
[svn] Updates to allow subcave tree with nice admin.
This commit is contained in:
8
feincms/views/generic/create_update.py
Normal file
8
feincms/views/generic/create_update.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.views.generic import create_update
|
||||
from feincms.views.decorators import add_page_to_extra_context
|
||||
|
||||
|
||||
create_object = add_page_to_extra_context(create_update.create_object)
|
||||
update_object = add_page_to_extra_context(create_update.update_object)
|
||||
delete_object = add_page_to_extra_context(create_update.delete_object)
|
||||
|
||||
Reference in New Issue
Block a user