Don't try to do feedback on sessions without start time
authorMagnus Hagander <magnus@hagander.net>
Wed, 21 May 2025 15:41:43 +0000 (17:41 +0200)
committerMagnus Hagander <magnus@hagander.net>
Wed, 21 May 2025 15:41:43 +0000 (17:41 +0200)
commit824c76980602fbfe74242df921517de351accbd4
treef221aa7cb93edc5b5e9fcd3dbf3beb27544fe657
parent6d4562bc434ce951577cf949a6fda64894ec0da1
Don't try to do feedback on sessions without start time

These sessions aren't listed in the session list or schedule, but if
they are linked to externally we would allow them and then crash later
when checking the starttime. So instead of crashing, just disallow the
feedback form on sessions that shouldn't have it.
postgresqleu/confreg/views.py