Removed 'dynamic' from the Contentlet model. Added TemplateField to Template model...
[philo.git] / forms.py
index bf498fa..3c6ed1a 100644 (file)
--- a/forms.py
+++ b/forms.py
@@ -141,7 +141,7 @@ class ContentletForm(ContainerForm):
        
        class Meta:
                model = Contentlet
-               fields = ['name', 'content', 'dynamic']
+               fields = ['name', 'content']
 
 
 class ContentReferenceForm(ContainerForm):