bornhack-website/src/program
Thomas Steen Rasmussen bf7578a833
Send emails when proposals are accepted/rejected, and when eventinstances are created/updated (#466)
* fixup labels and help_text for the email field

* add email and published columns to speaker proposal table, add published column to event proposal table

* send email to user when a speaker or eventproposal is accepted or rejected. Send email to submitter and all speakers when an eventinstance is created, or when the time is updated (event is rescheduled). Fix a few other small things while here.
2020-03-05 12:23:42 +01:00
..
management/commands add flake8 and isort to pre-commit config, make flake8 and isort happy (#441) 2020-02-12 13:10:41 +01:00
migrations Send emails when proposals are accepted/rejected, and when eventinstances are created/updated (#466) 2020-03-05 12:23:42 +01:00
static/js Event feedback (#451) 2020-02-22 14:50:09 +01:00
templates Send emails when proposals are accepted/rejected, and when eventinstances are created/updated (#466) 2020-03-05 12:23:42 +01:00
templatetags Event feedback (#451) 2020-02-22 14:50:09 +01:00
xsd Frab xml export (#459) 2020-02-22 15:09:12 +01:00
__init__.py Blackness. 2019-06-16 14:32:24 +02:00
admin.py Event feedback (#451) 2020-02-22 14:50:09 +01:00
apps.py Send emails when proposals are accepted/rejected, and when eventinstances are created/updated (#466) 2020-03-05 12:23:42 +01:00
consumers.py add flake8 and isort to pre-commit config, make flake8 and isort happy (#441) 2020-02-12 13:10:41 +01:00
email.py Send emails when proposals are accepted/rejected, and when eventinstances are created/updated (#466) 2020-03-05 12:23:42 +01:00
forms.py Send emails when proposals are accepted/rejected, and when eventinstances are created/updated (#466) 2020-03-05 12:23:42 +01:00
mixins.py Event feedback (#451) 2020-02-22 14:50:09 +01:00
models.py Send emails when proposals are accepted/rejected, and when eventinstances are created/updated (#466) 2020-03-05 12:23:42 +01:00
multiform.py add flake8 and isort to pre-commit config, make flake8 and isort happy (#441) 2020-02-12 13:10:41 +01:00
schema.py add flake8 and isort to pre-commit config, make flake8 and isort happy (#441) 2020-02-12 13:10:41 +01:00
signal_handlers.py Send emails when proposals are accepted/rejected, and when eventinstances are created/updated (#466) 2020-03-05 12:23:42 +01:00
urls.py Frab xml export (#459) 2020-02-22 15:09:12 +01:00
views.py fix noscript schedule template, while here add a prefetch_related in the view to reduce number of sql lookups from 116 to 8 for bootstrap data 2020-02-22 17:19:17 +01:00