Fix #994: Don't require users to type the website URL scheme when updating profile.
authorBen Sturmfels <ben@sturm.com.au>
Sun, 23 Aug 2015 12:17:13 +0000 (22:17 +1000)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 25 Aug 2015 00:36:59 +0000 (03:36 +0300)
commit75dc254c651385a36feae38be416bffd322f4f07
treeb4c6761ea626362db1b98db1bf26af077e662ffd
parentbfbd09007a6bb70f1b0d28f2ed8a33b3d4ba4e2a
Fix #994: Don't require users to type the website URL scheme when updating profile.

Adds 'http://' if no scheme is provided. Eg. If you enter
'www.example.com', this will be updated to 'http://www.example.com'.
mediagoblin/edit/forms.py