diff options
Diffstat (limited to 'gn3/templates/oauth2/oauth2_error.html')
-rw-r--r-- | gn3/templates/oauth2/oauth2_error.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gn3/templates/oauth2/oauth2_error.html b/gn3/templates/oauth2/oauth2_error.html deleted file mode 100644 index ec9a500..0000000 --- a/gn3/templates/oauth2/oauth2_error.html +++ /dev/null @@ -1,16 +0,0 @@ -{%extends "base.html"%} - -{%block title%}OAuth2 Error{%endblock%} - -{%block pagetitle%}Error: {{error.status_code}}{%endblock%} - -{%block content%} -{{flash_messages()}} - -There was an error trying to fulfill your request: - -<p> - <strong>{{error.error}}</strong>: - {{error.description}} -</p> -{%endblock%} |