Don't raise exceptions for "normal errors"
authorMagnus Hagander <magnus@hagander.net>
Thu, 27 Aug 2015 07:53:38 +0000 (09:53 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 27 Aug 2015 07:53:38 +0000 (09:53 +0200)
commit85b6326fd7806e19d15bf8198fa4e9f0f16b7c30
tree2bf96fa5fb8999646924f9c87e65886c726b6512
parente77924e8e8c2de8956d45655e019d433c36343c3
Don't raise exceptions for "normal errors"

Exceptions will not show the actual error message on the site, only
send an email to the admins with it. Thus, anything that can normally
happen due to a user error should not use that. Instead of that, use
the messages framework so it renders on the next page.
pgcommitfest/commitfest/views.py