diff options
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> |