Use actual URL field for the sponsor signup URLs
authorMagnus Hagander <magnus@hagander.net>
Wed, 16 May 2018 10:54:30 +0000 (12:54 +0200)
committerMagnus Hagander <magnus@hagander.net>
Wed, 16 May 2018 10:54:30 +0000 (12:54 +0200)
commit54c469faddb67d3a52669e3657fc4e2b79786358
treeeae2161a1c73c10459193e17f0220f7417ebbec1
parent2bc74ada6e9b6fc21dea60b66113acf4558a12e9
Use actual URL field for the sponsor signup URLs

This enables both client side validation that what's put in there is an
URL, and server side verification of that.

We don't ping back and check the URL, because that could be used to do
evil things to say APIs that check source IP. We may want to look into
doing that securely in the future, but this is a good starting point.
postgresqleu/confsponsor/forms.py