aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/oauth2/create-resource.html
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/templates/oauth2/create-resource.html')
-rw-r--r--gn2/wqflask/templates/oauth2/create-resource.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/oauth2/create-resource.html b/gn2/wqflask/templates/oauth2/create-resource.html
index 479f4152..28a93ef4 100644
--- a/gn2/wqflask/templates/oauth2/create-resource.html
+++ b/gn2/wqflask/templates/oauth2/create-resource.html
@@ -1,4 +1,4 @@
-{%extends "base.html"%}
+{% extends "index_page.html" %}
{%from "oauth2/profile_nav.html" import profile_nav%}
{%block title%}Create Resource{%endblock%}