From ce7c6939d2199d6fc2081af5a6b4c91eaaa264c9 Mon Sep 17 00:00:00 2001 From: smilerz Date: Sun, 21 Mar 2021 17:08:51 -0500 Subject: [PATCH] removed unused templates --- cookbook/templates/import_json.html | 286 --------------- cookbook/templates/import_json_working.html | 385 -------------------- 2 files changed, 671 deletions(-) delete mode 100644 cookbook/templates/import_json.html delete mode 100644 cookbook/templates/import_json_working.html diff --git a/cookbook/templates/import_json.html b/cookbook/templates/import_json.html deleted file mode 100644 index 7d0058fa..00000000 --- a/cookbook/templates/import_json.html +++ /dev/null @@ -1,286 +0,0 @@ - -{% extends "base.html" %} -{% load crispy_forms_filters %} -{% load i18n %} -{% load static %} - -{% block title %}{% trans 'Import Recipe' %}{% endblock %} - -{% block extra_head %} - {% include 'include/vue_base.html' %} - - - - - -{% endblock %} - - -{% block content %} -
-
-

{% trans 'Import From Source' %}

-
- -
- Simply paste a web page source or JSON document into this textarea and click import. -
- -
- -
- -
-
- -
- - -
- - - - -
- -
- -{% endblock %} - -{% block script %} - - - - -{% endblock %} \ No newline at end of file diff --git a/cookbook/templates/import_json_working.html b/cookbook/templates/import_json_working.html deleted file mode 100644 index 6c2d6fce..00000000 --- a/cookbook/templates/import_json_working.html +++ /dev/null @@ -1,385 +0,0 @@ - -{% extends "base.html" %} -{% load crispy_forms_filters %} -{% load i18n %} -{% load static %} - -{% block title %}{% trans 'Import Recipe' %}{% endblock %} - -{% block extra_head %} - {% include 'include/vue_base.html' %} - - - - - -{% endblock %} - - -{% block content %} -
-
-

{% trans 'Import From Source' %}

-
- -
- Simply paste a web page source or JSON document into this textarea and click import. -
- -
- -
- -
-
- -
- - -
- - - - -
- -
- -{% endblock %} - -{% block script %} - - - - -{% endblock %} \ No newline at end of file