Re-fixes #3784, without breaking non-dropdown save buttons as a side effect (#3836).
static()
This isn't necessary, since Django form media fills in static paths itself - and doing it at module level will break on startup with certain staticfiles configurations if collectstatic hasn't run yet. Fixes #3829