From 2f0b32f3c24a525fecca250d03ffa584e09944fb Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Sat, 17 Feb 2024 10:51:57 +0100 Subject: [PATCH] added help to importer page --- cookbook/templatetags/custom_tags.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbook/templatetags/custom_tags.py b/cookbook/templatetags/custom_tags.py index cdacd8e7..3c0e2582 100644 --- a/cookbook/templatetags/custom_tags.py +++ b/cookbook/templatetags/custom_tags.py @@ -114,6 +114,7 @@ def page_help(page_name): 'edit_storage': 'https://docs.tandoor.dev/features/external_recipes/', 'view_shopping': 'https://docs.tandoor.dev/features/shopping/', 'view_import': 'https://docs.tandoor.dev/features/import_export/', + 'data_import_url': 'https://docs.tandoor.dev/features/import_export/', 'view_export': 'https://docs.tandoor.dev/features/import_export/', 'list_automation': 'https://docs.tandoor.dev/features/automation/', }