cal-itp / benefits

Transit benefits enrollment, minus the paperwork.
https://docs.calitp.org/benefits
GNU Affero General Public License v3.0
26 stars 9 forks source link

Chore: update 500 error page #2039

Closed thekaveman closed 4 months ago

thekaveman commented 4 months ago

Closes #2030

Reviewing

  1. Update benefits/urls.py as follows:

    - if settings.DEBUG:
    + if True:
  2. Start the app without Debugging
  3. Visit /error
  4. See the updated copy and design
github-actions[bot] commented 4 months ago

Coverage report

This PR does not seem to contain any modification to coverable code.

thekaveman commented 4 months ago

Sorry @angela-tran I had to rebase to clean up some conflicts