mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
shopping list shortcut link
This commit is contained in:
@@ -394,7 +394,11 @@
|
||||
data: {
|
||||
shopping_list_id: {% if shopping_list_id %}{{ shopping_list_id }}{% else %}null{% endif %},
|
||||
loading: true,
|
||||
edit_mode: false,
|
||||
{% if edit %}
|
||||
edit_mode: true,
|
||||
{% else %}
|
||||
edit_mode: false,
|
||||
{% endif %}
|
||||
export_text_prefix: '', //TODO add userpreference
|
||||
recipe_query: '',
|
||||
recipes: [],
|
||||
|
||||
Reference in New Issue
Block a user