aboutsummaryrefslogtreecommitdiff
path: root/gn3/templates/oauth2/oauth2_error.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-03-15 04:28:26 +0300
committerFrederick Muriuki Muriithi2024-03-15 04:29:24 +0300
commita6ef95af5b6b072acdc02ba4db08c1bdda4c1f1a (patch)
tree9950b211af91945e9fcfe658a37dbde77ea25075 /gn3/templates/oauth2/oauth2_error.html
parentdd0b29c07017ec398c447ca683dd4b4be18d73b7 (diff)
downloadgenenetwork3-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.html16
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%}