From f19f52a8ece4a797056e355273d617967f062e84 Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Tue, 29 May 2018 10:44:41 -0400 Subject: [PATCH] Remove blank and hello unused html.to files --- templates/blank.html.to | 29 ----------------------------- templates/hello.html.to | 23 ----------------------- 2 files changed, 52 deletions(-) delete mode 100644 templates/blank.html.to delete mode 100644 templates/hello.html.to diff --git a/templates/blank.html.to b/templates/blank.html.to deleted file mode 100644 index 6ee07c63..00000000 --- a/templates/blank.html.to +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - {% block title %}JEDI{% end %} - {% for url in assets['css'].urls() %} - - {% end %} - - - - - - - -
- {% block content %} - these are not the droids you are looking for - {% end %} -
- - - - - - - - diff --git a/templates/hello.html.to b/templates/hello.html.to deleted file mode 100644 index fe86bfec..00000000 --- a/templates/hello.html.to +++ /dev/null @@ -1,23 +0,0 @@ -{% extends "blank.html.to" %} - -{% block title %} -AT-AT - Login -{% end %} - -{% block content %} - -
- - Defense Digital Service Logo - -

AT-AT

- - - - -
- - - -{% end %} -