removed user servings feature

This commit is contained in:
vabene1111
2022-07-12 19:43:11 +02:00
parent 5de7fa9d48
commit 8bb7ce2062
3 changed files with 1 additions and 19 deletions

View File

@@ -64,7 +64,6 @@
window.CUSTOM_LOCALE = '{{ request.LANGUAGE_CODE }}'
window.RECIPE_ID = {{recipe.pk}};
window.USER_SERVINGS = {{ user_servings }};
window.SHARE_UID = '{{ share }}';
window.USER_PREF = {
'use_fractions': {% if request.user.userpreference.use_fractions %} true {% else %} false {% endif %},