Merge pull request #971 from vabene1111/feature/meal_plan_shopping

Feature/meal plan shopping
This commit is contained in:
vabene1111
2021-10-21 20:36:44 +02:00
committed by GitHub
5 changed files with 307 additions and 69 deletions

View File

@@ -29,6 +29,7 @@
window.CUSTOM_LOCALE = '{{ request.LANGUAGE_CODE }}'
window.ICAL_URL = '{% url 'api_get_plan_ical' 12345 6789 %}'
window.SHOPPING_URL = '{% url 'view_shopping' %}'
</script>
{% render_bundle 'meal_plan_view' %}