diff options
Diffstat (limited to 'gn2/wqflask/templates/blogs_list.html')
-rw-r--r-- | gn2/wqflask/templates/blogs_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/blogs_list.html b/gn2/wqflask/templates/blogs_list.html index a74d24a2..a80fa885 100644 --- a/gn2/wqflask/templates/blogs_list.html +++ b/gn2/wqflask/templates/blogs_list.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Blogs {% endblock %} {% block css %} <style type="text/css"> |