From 67208a513e363b6dabec17662c5f5c4257c13e2b Mon Sep 17 00:00:00 2001 From: Stef Date: Tue, 15 Apr 2025 11:16:41 +0200 Subject: [PATCH] Removed unused html pages --- application/templates/base.html | 40 --------------------------------- application/templates/home.html | 9 -------- 2 files changed, 49 deletions(-) delete mode 100644 application/templates/base.html delete mode 100644 application/templates/home.html diff --git a/application/templates/base.html b/application/templates/base.html deleted file mode 100644 index 731836a..0000000 --- a/application/templates/base.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - {% block title %}{% endblock %} - - - - - - -
- {% block content %} - {% endblock %} -
- - - - \ No newline at end of file diff --git a/application/templates/home.html b/application/templates/home.html deleted file mode 100644 index 1c60278..0000000 --- a/application/templates/home.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends 'base.html' %} - -{% block title %} -Idk applicatie -{% endblock %} - -{% block content %} -

Dit is de home page, hopelijk redirect de pagina

-{% endblock %} \ No newline at end of file