aboutsummaryrefslogtreecommitdiff
path: root/wqflask/wqflask/templates/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask/wqflask/templates/error.html')
-rw-r--r--wqflask/wqflask/templates/error.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/error.html b/wqflask/wqflask/templates/error.html
index 95485f1e..7ab2bf2f 100644
--- a/wqflask/wqflask/templates/error.html
+++ b/wqflask/wqflask/templates/error.html
@@ -25,11 +25,15 @@
to reproduce this ERROR. Next to those steps, copy-paste below
stack trace, either as
a <a href="https://github.com/genenetwork/genenetwork2/issues/new">new
- issue</a> (GeneNetwork error: {{message}}) or E-mail this full page to one of the developers
+ issue</a> or E-mail this full page to one of the developers
directly.
</p>
</div>
+ <p>
+ (GeneNetwork error: {{message[:128]}})
+ </p>
+
<pre>
{{ stack[0] }}
{{ message }} (error)