aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar JoeBanks13 <[email protected]>2018-03-01 18:58:10 +0000
committerGravatar JoeBanks13 <[email protected]>2018-03-01 18:58:10 +0000
commit85fcc6bfa15e11dff9d5bf77901ca8d42d7d48d8 (patch)
tree0ba8376925e0c30e6e51af6666eb76e81a50b0f2
parentOpenGraph metadata (#32) (diff)
noscript should use templated error
-rw-r--r--templates/errors/error.html2
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>