Prevent submitting two talks with the same title on a cfp
authorMagnus Hagander <magnus@hagander.net>
Mon, 11 Aug 2025 14:26:17 +0000 (16:26 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 11 Aug 2025 14:26:17 +0000 (16:26 +0200)
commit1a0b919c3d6e9d3a278105fe5209f6d3d4a70583
tree3604c62eec46d5de62fb3f627b11b911a607fd64
parent3b5b0625112792f501db9b14683a6ba837547349
Prevent submitting two talks with the same title on a cfp

Submissions *by the same speaker* should have different titles. A common
case for these duplicates are flaky networks where one hits submit more
than once, and then we really want just one of the two entries to go
through.
postgresqleu/confreg/views.py