diff --git a/templates/calculator.html b/templates/calculator.html deleted file mode 100644 index 4f1c9a3d..00000000 --- a/templates/calculator.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "base.html" %} - -{% block content %} - -
- -

Calculator

- -
- -{% endblock %} - diff --git a/templates/docx/document.xml b/templates/docx/document.xml deleted file mode 100644 index 810064ad..00000000 --- a/templates/docx/document.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - {% for key,val in data.items() %} - - - {{ key }}: {{ val }} - - - {% endfor %} - - diff --git a/templates/docx/template.docx b/templates/docx/template.docx deleted file mode 100644 index 7d4e3042..00000000 Binary files a/templates/docx/template.docx and /dev/null differ diff --git a/templates/reports.html b/templates/reports.html deleted file mode 100644 index 090b6bfe..00000000 --- a/templates/reports.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "base.html" %} - -{% block content %} - -
- -

Reports

- -
- -{% endblock %} -