basic errors fixed

This commit is contained in:
vabene1111
2021-09-13 14:06:19 +02:00
parent 4fbf080e2f
commit b86c9d295a
3 changed files with 736 additions and 11 deletions

View File

@@ -12,7 +12,7 @@
{% block content %}
<div id="app" >
<div id="app">
<edit-internal-recipe></edit-internal-recipe>
</div>
@@ -30,7 +30,7 @@
<script type="application/javascript">
window.CUSTOM_LOCALE = '{{ request.LANGUAGE_CODE }}'
window.RECIPE_ID = {{ recipe.pk }}
</script>