wagtail / wagtail.org

Wagtail’s official marketing website
https://wagtail.org/
66 stars 60 forks source link

Fix TypeError in 500 error handling #452

Closed thibaudcolas closed 7 months ago

thibaudcolas commented 7 months ago

Untested, just going by the docs. The exception:

File "/app/wagtailio/utils/views.py", line 28, in error_500
    return defaults.server_error(request, template="patterns/pages/errors/500.html")
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[…]
TypeError: server_error() got an unexpected keyword argument 'template'