1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00

ingredient editor basics done

This commit is contained in:
vabene1111
2022-04-14 22:45:31 +02:00
parent 976bce5fdd
commit 297a8d4c8b
3 changed files with 54 additions and 14 deletions

View File

@@ -8,7 +8,13 @@
{% block content %}
<div class="row">
<div class="col col-md-12">
<h3>{% trans 'Ingredient Editor' %}</h3>
</div>
</div>
<div id="app">
<ingredient-editor-view></ingredient-editor-view>
</div>