ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.57k stars 627 forks source link

Post matching query does not exist on answer revision page. #933

Open evgenyfadeev opened 9 months ago

evgenyfadeev commented 9 months ago

If there is an "answer" post that has a question without a post body, the answer revision page, there is error 500

url /answers//revisions/

Instead such page should give a 404 response and log a critical error.