Skip to content

Fix redirect path for thank you page#1

Open
azhovnerik wants to merge 1 commit into
mainfrom
codex/locate-and-fix-codebase-error
Open

Fix redirect path for thank you page#1
azhovnerik wants to merge 1 commit into
mainfrom
codex/locate-and-fix-codebase-error

Conversation

@azhovnerik

Copy link
Copy Markdown
Owner

Summary

  • ensure form submission redirects to top-level thank you page

Testing

  • python -m py_compile server.py
  • python - <<'PY' from server import app with app.test_client() as c: resp = c.post('/submit_form', data={'email':'a','subject':'b','message':'c'}) print('status', resp.status_code) print('location', resp.headers.get('Location')) PY

https://chatgpt.com/codex/tasks/task_e_6896195a5b98832b91f1897d158dacbc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant