shopping and new nav for meal plan

This commit is contained in:
Kaibu
2021-10-21 19:07:12 +02:00
parent d62557b804
commit 24c1bfa16f
5 changed files with 272 additions and 88 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' %}