Job description partially appearing above the top menu
Describe the bug
Hi, there's a [job](https://www.python.org/jobs/6504/ that's causing the HTML produced by Django/libs to show part of the job description above the top menu, as per screenshot below.

I disabled NoScript and the issue wasn't fixed. I couldn't see the same error when browsing other jobs. So I suspect there's some text in that specific job description that's not well escaped.
To Reproduce Steps to reproduce the behavior:
- Go to https://www.python.org/jobs/6504/
- See error on the menu
Expected behavior
No error :)
Screenshots
Above
Desktop (please complete the following information):
- OS: Linux Ubuntu LTS
- Browser Firefox
- Version 100 (same problem on chromium)
Additional context
Was going to send a PR, but realized it could be an issue hard to reproduce without knowing exactly how the data looks like on the server side (i.e. not having access to the jobs data).
Thanks -Bruno
Better try to remove the string ,save and run it, if it has any glitches then its just the M-Firefox fault, if it doesn't then go ahead and put back the string. The page will be alright
Related #2020
The link in the first comment is 404 now, there is another sample: https://www.python.org/jobs/7588/
Thanks for the report, closing as a duplicate of #2020.