app/soc/views/models/site.py
changeset 569 96d9655a7538
parent 559 44e50e92621e
child 574 b7b77b4c9612
equal deleted inserted replaced
568:6713617751b4 569:96d9655a7538
    51     """
    51     """
    52     #: db.Model subclass for which the form will gather information
    52     #: db.Model subclass for which the form will gather information
    53     model = soc.models.site.Site
    53     model = soc.models.site.Site
    54 
    54 
    55     #: list of model fields which will *not* be gathered by the form
    55     #: list of model fields which will *not* be gathered by the form
    56     exclude = ['inheritance_line', 'home', 'scope', 'scope_path', 'link_id']
    56     exclude = ['home', 'scope', 'scope_path', 'link_id']
    57 
    57 
    58   scope_path = forms.CharField(widget=forms.HiddenInput)
    58   scope_path = forms.CharField(widget=forms.HiddenInput)
    59 
    59 
    60   link_id = forms.CharField(widget=forms.HiddenInput)
    60   link_id = forms.CharField(widget=forms.HiddenInput)
    61 
    61