mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
basic errors fixed
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user