diff options
author | 2018-03-01 18:58:10 +0000 | |
---|---|---|
committer | 2018-03-01 18:58:10 +0000 | |
commit | 85fcc6bfa15e11dff9d5bf77901ca8d42d7d48d8 (patch) | |
tree | 0ba8376925e0c30e6e51af6666eb76e81a50b0f2 | |
parent | OpenGraph metadata (#32) (diff) |
noscript should use templated error
-rw-r--r-- | templates/errors/error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/errors/error.html b/templates/errors/error.html index 87d7f984..d3adfd01 100644 --- a/templates/errors/error.html +++ b/templates/errors/error.html @@ -52,7 +52,7 @@ <noscript> <h1>There was an issue processing your request</h1> - <p>Try again after a while. If the problem persists, open a bug on our <a href="https://github.com/discord-python/site/issues">GitHub issue tracker</a>.</p> + <p>{{ error_message }}</p> </noscript> </div> <script src="/static/js/500.js"></script> |