realpython / flask-boilerplate

Boilerplate template for a Python Flask application with Flask-SQLAlchemy, Flask-WTF, Fabric, Coverage, and Bootstrap
http://www.flaskboilerplate.com
Apache License 2.0
1.53k stars 535 forks source link

Fix error-html pages point to wrong URL #44

Open kartikeyangupta opened 3 years ago

kartikeyangupta commented 3 years ago

Reason for the Pull request

It nearly took me nearly 2 hours to debug why errors/404.html and errors/500.html were not working for me Creating a PR to fix this.

Error

error that i am correcting