Víðir Valberg Guðmundsson
|
4043b609fd
|
Model should have a default of false, so things that are not defined as true will default to false.
|
2018-08-09 15:35:58 +02:00 |
|
Víðir Valberg Guðmundsson
|
f2c5c26262
|
Fix video recording field and help text.
|
2018-08-09 15:28:46 +02:00 |
|
Thomas Steen Rasmussen
|
eb8e548c3f
|
add Meetup eventtype in SpeakerProposalForm and EventProposalForm
|
2018-08-04 13:54:37 +02:00 |
|
Thomas Steen Rasmussen
|
bf864cb5bd
|
also handle Slacking Off events in EventProposalForm
|
2018-06-26 23:37:39 +02:00 |
|
Víðir Valberg Guðmundsson
|
a42e23ebd5
|
Add slacking off to the if-elif-clause for creating a form for proposals.
|
2018-06-24 01:02:06 +02:00 |
|
Thomas Steen Rasmussen
|
02a7af6303
|
Make content submission form stuff much nicer. More DRY and more nice. Use one class with a form __init__ kwargs which sets eventtype
|
2018-06-03 19:41:49 +02:00 |
|
Thomas Steen Rasmussen
|
9c9edff4f7
|
check for empty duration when cleaning duration field
|
2018-06-03 17:20:45 +02:00 |
|
Thomas Steen Rasmussen
|
1f58471927
|
default allow_video_recording to checked
|
2018-05-24 10:23:42 +02:00 |
|
Thomas Steen Rasmussen
|
743cf25476
|
add abstract field for music acts
|
2018-05-20 21:29:37 +02:00 |
|
Thomas Steen Rasmussen
|
039af44a92
|
new content submission flow monster commit of doom. fixes a large part of #191. Split out /program/ urls into a seperate program/urls.py file in the program: URL namespace. Change call for speakers to call for participation everywhere (I think). Add boolean fields call_for_participation_open and call_for_sponsors_open to Camp model. Switch to font-awesome 5.0.13 and update <i> tags everywhere accordingly. Introduce Tracks so all Events belong to a Track, which in turn belongs to a Camp. Add seperate forms for submitting SpeakerProposals and EventProposals so we can set labels and help_text according to EventType, and remove fields we dont need. Remove Pictures from Speaker and SpeakerProposals, it was almost never used, and was a lot of code/complexity. Remove a few PROPOSAL_STATUS namely DRAFT and MODIFIED_AFTER_APPROVAL to simplify the workflow for submitters. Add description, icon and host_title fields to EventType. Add a CombinedProposalSubmitView which allows users to submit a SpeakerProposal and EventProposal from the same page, introducing a new requirements.txt dependency for django-betterforms==1.1.4. Update bootstrap-devsite to match the new reality.
|
2018-05-20 18:16:20 +02:00 |
|