summaryrefslogtreecommitdiff
path: root/tests/view_tests/templates/my_technical_500.html
AgeCommit message (Collapse)Author
2020-10-15Fixed #32105 -- Added template paths as ExceptionReporter class attributes.Aarni Koskela
This allows replacement of the debugging templates without having to copy-paste the `get_traceback_html` and `get_traceback_text` functions into a subclass. Thanks to Nick Pope for review.