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.
-
-
-
-
-
-
-
-
-
-
-
-
- this is the recipe form
-
-
-
-
-
-
-
-
-
-
- {% verbatim %}
- [[_.model.name]]
- {% endverbatim %}
-
-
-
-
-
-
-
-
-
-
-
- something terrible happened
-
-
-
-{% 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.
-
-
-
-
-
-
-
-
-
-
-
-
- this is the recipe form
-
-
-
-
-
-
-
-
-
- {% verbatim %}
- [[_.model.name]]
- {% endverbatim %}
-
-
-
-
-
-
-
-
-
- something terrible happened
-
-
-
-{% endblock %}
-
-{% block script %}
-
-
-
-
-{% endblock %}
\ No newline at end of file