Adding placeholder text in the presentation proposal form #1

Closed
Jason van Gumster wants to merge 16 commits from (deleted):proposal_placeholders into staging

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

16 Commits

Author SHA1 Message Date
Jason van Gumster
5046f5d002 Merge branch 'staging' into proposal_placeholders 2023-12-19 13:48:53 -05:00
Jason van Gumster
52006df21d Trying to add a bit of placeholder text on talk proposals.
This is kind of a dirty fix. I suspect that the MesssageForm class gets
used elsewhere (like for contact forms and the like), so if that's the
case, we may need to make a specific PresentationProposalForm class and
use that in `conference_main/views/event.py` (where the form is actually
built).
2023-12-19 13:31:48 -05:00
0bd01faf54 Switch to using S3 for file uploads 2023-12-19 13:31:05 -05:00
3eff532c0f Update shared assets 2023-12-19 13:29:12 -05:00
1bd1f4767f remove extra import in common settings 2023-12-19 13:29:12 -05:00
7b937f1eb5 override site_id 2023-12-19 13:29:11 -05:00
a15613343c Update gitignore just to ingore my unsafe settings.py.backup 2023-12-19 13:26:35 -05:00
d41962b1a3 Import dj_database_url 2023-12-19 13:26:03 -05:00
8217f8f6ec add database URL to common settings 2023-12-19 13:24:29 -05:00
de9cee7ab8 add gunicorn and procfile for heroku 2023-12-19 13:24:26 -05:00
0ee2e44aed Revert "Revert to Poetrys versions"
This reverts commit 8fcf1d7470.
2023-12-19 13:24:04 -05:00
e04a607524 Revert to Poetrys versions 2023-12-19 13:23:32 -05:00
964a53b79a Try updating requirements.txt by removing tweepy 2023-12-19 13:22:41 -05:00
fe46185b68 Sponsors: styling 2023-12-19 13:18:51 -05:00
0312194bd1 Add Sponsor management
It's now possible to add Sponsors to an Edition. Sponsors are added
to the template context as 'edition_sponsors' as a dictionary sorted
by SponsorLevel order.
2023-12-19 13:17:21 -05:00
a57e386347 Tickets: Add admin tickets stats view 2023-12-19 13:11:52 -05:00