help_pages
help_pages copied to clipboard
Added missing trailing slash
".../reload" redirects to ".../reload/" on a POST, and of course a redirection can't be to a POST. Code at https://github.com/pythonanywhere/pythonanywhere-core/blob/master/pythonanywhere_core/website.py correctly has the trailing slash, so I assume this is a doc error?