diff options
Diffstat (limited to 'gn2/wqflask/templates/error.html')
| -rw-r--r-- | gn2/wqflask/templates/error.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/error.html b/gn2/wqflask/templates/error.html index 2f1e06fa..f38d6dca 100644 --- a/gn2/wqflask/templates/error.html +++ b/gn2/wqflask/templates/error.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Error: {{message}}{% endblock %} {% block content %} <!-- Start of body --> @@ -14,7 +14,7 @@ <p> This error is not what we wanted to see. Unfortunately errors are part of all software systems and we need to resolve this - together. + together. Try using the GN2 <a href="https://fallback.genenetwork.org/">Fallback instance.</a> </p> <p> <b>It is important to report this ERROR so we can fix it for everyone</b>. |
