AdminEventForm¶
Qualified name: intranet.apps.events.forms.AdminEventForm
- class intranet.apps.events.forms.AdminEventForm(*args, all_groups=False, **kwargs)[source]¶
Bases:
ModelForm
Form fields:
title
: Title (CharField
)description
: Description (CharField
)time
: Time (DateTimeField
)location
: Location (CharField
)scheduled_activity
: Scheduled activity (ModelChoiceField
)announcement
: Announcement (ModelChoiceField
)groups
: Groups (ModelMultipleChoiceField
)show_attending
: Show attending (BooleanField
)show_on_dashboard
: Show on dashboard (BooleanField
)public
: Show on Login Page (BooleanField
)category
: Category (TypedChoiceField
)open_to
: Open to (TypedChoiceField
)
Methods
Attributes
media