diff options
Diffstat (limited to 'gn2/wqflask/templates/collections/list.html')
-rw-r--r-- | gn2/wqflask/templates/collections/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/collections/list.html b/gn2/wqflask/templates/collections/list.html index dc725fb6..a0953298 100644 --- a/gn2/wqflask/templates/collections/list.html +++ b/gn2/wqflask/templates/collections/list.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {%from "oauth2/display_error.html" import display_error%} {% block title %}Your Collections{% endblock %} {% block css %} |