diff options
author | Frederick Muriuki Muriithi | 2023-07-04 10:48:30 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-07-04 10:48:30 +0300 |
commit | 71525e64d00eda329f8c9a87c300b98526113679 (patch) | |
tree | f8955b255a77871a5a50bcf3f4707d83db26dcdd /gn3/templates/oauth2/oauth2_error.html | |
parent | 14f073af864e7d9d94babe2bf094f3079331bb34 (diff) | |
download | genenetwork3-71525e64d00eda329f8c9a87c300b98526113679.tar.gz |
Fix minor UI bug
Diffstat (limited to 'gn3/templates/oauth2/oauth2_error.html')
-rw-r--r-- | gn3/templates/oauth2/oauth2_error.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn3/templates/oauth2/oauth2_error.html b/gn3/templates/oauth2/oauth2_error.html index 4edf9c4..ec9a500 100644 --- a/gn3/templates/oauth2/oauth2_error.html +++ b/gn3/templates/oauth2/oauth2_error.html @@ -2,11 +2,11 @@ {%block title%}OAuth2 Error{%endblock%} +{%block pagetitle%}Error: {{error.status_code}}{%endblock%} + {%block content%} {{flash_messages()}} -<h1>Error: {{error.status_code}}</h1> - There was an error trying to fulfill your request: <p> |