PonyConf/cfp
Julien Palard 72ca9ba572
Revert "HTML output: add 'id' attribute foreach event"
This reverts commit d218fdc27b.

Because an event has no id:

    Event = namedtuple('Event', ['talk', 'row', 'rowcount'])
2023-01-21 13:03:00 +01:00
..
migrations Maintenance update 2020-08-09 16:24:42 +02:00
templates/cfp Maintenance update 2020-08-09 16:24:42 +02:00
templatetags major overhaul of proposal process 2017-11-04 15:32:35 +01:00
__init__.py fix: cfp app config was not loaded 2017-08-12 14:46:01 +02:00
admin.py add track to django admin 2017-10-16 19:32:28 +02:00
apps.py proposal form 2017-08-12 14:45:32 +02:00
context_processors.py set request.conference instead of views conf kwarg 2017-08-12 14:46:25 +02:00
converters.py django 2.0 2017-12-19 17:05:48 +01:00
decorators.py Maintenance update 2020-08-09 16:24:42 +02:00
emails.py templated email to a list of volunteers 2017-12-19 17:05:48 +01:00
environment.py add acceptances disclosure date field in conference form 2018-10-14 21:09:58 +02:00
forms.py add end of conference date 2019-06-08 13:02:19 +02:00
middleware.py set request.conference instead of views conf kwarg 2017-08-12 14:46:25 +02:00
mixins.py fix talk staff form: filter room on site 2017-08-13 17:08:51 +02:00
models.py Maintenance update 2020-08-09 16:24:42 +02:00
planning.py Revert "HTML output: add 'id' attribute foreach event" 2023-01-21 13:03:00 +01:00
signals.py fix speaker & volunteer mails 2017-12-19 17:05:48 +01:00
tests.py django 2.0 2017-12-19 17:05:48 +01:00
urls.py Maintenance update 2020-08-09 16:24:42 +02:00
utils.py removing unused code 2017-11-05 16:38:35 +01:00
views.py Maintenance update 2020-08-09 16:24:42 +02:00