From 7c535508957d9f17d8f00dc6d83c6fe5a0c38a9b Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Sat, 1 Feb 2025 20:04:21 -0800 Subject: [PATCH] Remove unneeded base --- templates/base.html.tera | 12 ----------- templates/index.html.tera | 8 +------- templates/login.html.tera | 42 ++++++++++++++++++++++----------------- 3 files changed, 25 insertions(+), 37 deletions(-) delete mode 100644 templates/base.html.tera diff --git a/templates/base.html.tera b/templates/base.html.tera deleted file mode 100644 index 97309bb..0000000 --- a/templates/base.html.tera +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - RSS Reader Login - - - - {% block content %}{% endblock %} - - diff --git a/templates/index.html.tera b/templates/index.html.tera index a3122f0..61afe49 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -1,8 +1,3 @@ -{% extends "base" %} - -{% block body_class %}with-sidebar{% endblock %} - -{% block content %} @@ -11,7 +6,7 @@ RSS Reader - + -{% endblock %} \ No newline at end of file diff --git a/templates/login.html.tera b/templates/login.html.tera index 200de5b..5aba7d5 100644 --- a/templates/login.html.tera +++ b/templates/login.html.tera @@ -1,18 +1,24 @@ -{% extends "base" %} - -{% block content %} -
- -
-{% endblock %} \ No newline at end of file + + + + + + RSS Reader Login + + +
+ +
+ +