diff --git a/cookbook/templates/edit_internal_recipe_v2.html b/cookbook/templates/edit_internal_recipe_v2.html new file mode 100644 index 00000000..92f5f679 --- /dev/null +++ b/cookbook/templates/edit_internal_recipe_v2.html @@ -0,0 +1,38 @@ +{% extends "base.html" %} +{% load render_bundle from webpack_loader %} +{% load static %} +{% load i18n %} +{% load l10n %} + +{% block title %}{% trans 'Edit Recipe' %}{% endblock %} + +{% block extra_head %} + +{% endblock %} + +{% block content %} + +