Offers

This package contains all forms for the offer application and modification

Contact Form

class integreat_compass.cms.forms.offers.contact_form.ContactForm(**kwargs)

Bases: CustomModelForm

Form for creating and editing offer contacts

Form fields:

property media

Return all media required to render the widgets on this form.

prefix = 'contact'

Location Form

class integreat_compass.cms.forms.offers.location_form.LocationForm(**kwargs)

Bases: CustomModelForm

Form for creating and editing locations

Form fields:

property media

Return all media required to render the widgets on this form.

prefix = 'location'

Offer Form

class integreat_compass.cms.forms.offers.offer_form.OfferForm(**kwargs)

Bases: CustomModelForm

Form for creating and editing offers

Form fields:

property media

Return all media required to render the widgets on this form.

prefix = 'offer'

Offer Version Form

class integreat_compass.cms.forms.offers.offer_version_form.OfferVersionForm(**kwargs)

Bases: CustomModelForm

Form for creating and editing offer versions

Form fields:

property media

Return all media required to render the widgets on this form.

prefix = 'offer_version'

Organization Form

class integreat_compass.cms.forms.offers.organization_form.OrganizationForm(**kwargs)

Bases: CustomModelForm

Form for creating and editing organizations

Form fields:

property media

Return all media required to render the widgets on this form.

prefix = 'organization'