this is the recipe form +
+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 new file mode 100644 index 000000000..b1e2e2bda --- /dev/null +++ b/cookbook/templates/import_json_working.html @@ -0,0 +1,384 @@ +{% 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 %} +this is the recipe form +
+something terrible happened +
+ + +{% endblock %} + +{% block script %} + + + + +{% endblock %} \ No newline at end of file diff --git a/cookbook/urls.py b/cookbook/urls.py index 925e8bfb1..a3dc663db 100644 --- a/cookbook/urls.py +++ b/cookbook/urls.py @@ -59,7 +59,7 @@ urlpatterns = [ path('test2/', views.test2, name='view_test2'), path('import/', import_export.import_recipe, name='view_import'), - path('import-response/