recipe editor UI improvements

This commit is contained in:
vabene1111
2021-09-14 11:47:00 +02:00
parent 658ef23b42
commit b151356bce
2 changed files with 22 additions and 14 deletions

View File

@@ -31,6 +31,7 @@
window.CUSTOM_LOCALE = '{{ request.LANGUAGE_CODE }}'
window.RECIPE_ID = {{ recipe.pk }}
window.DEFAULT_UNIT = '{{request.user.userpreference.default_unit}}'
</script>