I wanted to build a custom Page that incorporates a form, but also has some 
other things that can be tweaked (e.g. a section heading), something like:

from mezzanine.forms.models import Form
class MyFormPage(Form):
    secheading = models.CharField(max_length=200,
        help_text='A heading on the page')

Doing so gives me errors however ("Key u'form_ptr' not found in Form").

Is this infact possible? Is there a better way to make a custom  Form type 
Page?



-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to