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/', }