diff options
author | Frederick Muriuki Muriithi | 2024-03-15 04:28:26 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-03-15 04:29:24 +0300 |
commit | a6ef95af5b6b072acdc02ba4db08c1bdda4c1f1a (patch) | |
tree | 9950b211af91945e9fcfe658a37dbde77ea25075 /gn3/templates/oauth2/oauth2_error.html | |
parent | dd0b29c07017ec398c447ca683dd4b4be18d73b7 (diff) | |
download | genenetwork3-a6ef95af5b6b072acdc02ba4db08c1bdda4c1f1a.tar.gz |
Remove ALL html templates from GeneNetwork3
GN3 provides an API to provide data, and needs no HTML UI.
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%} |