EventForm¶
Qualified name: intranet.apps.events.forms.EventForm
- class intranet.apps.events.forms.EventForm(*args, all_groups=False, **kwargs)[source]¶
Bases:
ModelFormForm fields:
title: Title (CharField)description: Description (CharField)time: Time (DateTimeField)location: Location (CharField)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
clean_timeAttributes
media