zulip/corporate/views
Eeshan Garg a808f02a22 billing/sponsorship: Allow blank organization URLs.
We ran into a bug in production caused by two issues:
- Some users came from orgs that didn't have a website and since
  the URL field was required, they submitted invalid URLs.
- We didn't properly respond to invalid form submissions, which
  led to UnboundLocalError exceptions in another part of the
  code.

This commit solves this by doing the following:
- We now allow blank URLs and have a convenient placeholder text
  label that tells users that they may leave the URL field blank.
- This commit refactors the code such that invalid form submissions
  result in an informative error message about what exactly went
  wrong.
2021-08-19 03:08:17 -07:00
..
__init__.py billing: Split views into upgrade and billing page views. 2021-07-20 14:43:39 -07:00
billing_page.py billing: Refactor billing_home to use REQ. 2021-08-08 17:11:18 -07:00
upgrade.py billing/sponsorship: Allow blank organization URLs. 2021-08-19 03:08:17 -07:00