2 bug fixes in editor views
authorĎÚβĨŐÚŚ Dod <thedod@protonmail.ch>
Tue, 26 Jun 2018 13:28:29 +0000 (09:28 -0400)
committerBoris Bobrov <breton@cynicmansion.ru>
Thu, 28 Jun 2018 20:51:39 +0000 (22:51 +0200)
commit75f3e23b92392b9bd309fab4c1a52fd38d453627
tree5154c0920e76f3ea6b53d25fd89dc9bbb8708ff3
parent6fbc805057323346acb37b5fb20ad439e745ddf8
2 bug fixes in editor views

* `WTForms` instances get `__init__`-ed with `defaults` as `kwargs`.
  The first arg is a `request.form` (which is what one must supply if
  this is a `POST` and must *not* supply otherwise).
  The content of that form (empty on `GET`) has higher priority than
  the defaults (which makes the user get an empty form).

* Fix `edit_profile()` to allow changing `location` from a non-blank
  value to blank (i.e. removing the location).
mediagoblin/edit/views.py