From 8eb89dc131317d09c8820546446de67e72acea6d Mon Sep 17 00:00:00 2001 From: luukas Date: Fri, 5 Mar 2021 11:07:00 +0200 Subject: [PATCH] Delete file_edit.html as it is not needed --- app/classes/web/panel_handler.py | 3 - app/frontend/templates/panel/file_edit.html | 190 -------------------- 2 files changed, 193 deletions(-) delete mode 100644 app/frontend/templates/panel/file_edit.html diff --git a/app/classes/web/panel_handler.py b/app/classes/web/panel_handler.py index 616074dd..08532b71 100644 --- a/app/classes/web/panel_handler.py +++ b/app/classes/web/panel_handler.py @@ -65,9 +65,6 @@ class PanelHandler(BaseHandler): elif page == 'contribute': template = "panel/contribute.html" - elif page == 'file_edit': - template = "panel/file_edit.html" - elif page == "remove_server": server_id = self.get_argument('id', None) server_data = controller.get_server_data(server_id) diff --git a/app/frontend/templates/panel/file_edit.html b/app/frontend/templates/panel/file_edit.html deleted file mode 100644 index d6f40e89..00000000 --- a/app/frontend/templates/panel/file_edit.html +++ /dev/null @@ -1,190 +0,0 @@ -{% extends ../base.html %} - -{% block meta %} - -{% end %} - -{% block title %}Crafty Controller - Editing File -< name >- in server -< server name >- (-< server path id >-){% end %} - -{% block content %} - -
- - -
-
- -
- -
- - -
- -
-
-
- - Back - - -

- -
-< file_contents >-
- -
-
-
-
- - -
- - -{% end %} - -{% block js %} - - - - -{% end %} \ No newline at end of file