aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/main/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/views/main/index.py')
-rw-r--r--pysite/views/main/index.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/pysite/views/main/index.py b/pysite/views/main/index.py
deleted file mode 100644
index 874961bb..00000000
--- a/pysite/views/main/index.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from pysite.base_route import TemplateView
-
-
-class IndexView(TemplateView):
- path = "/"
- name = "index"
- template = "main/index.html"