diff --git a/doc/theming/templates.rst b/doc/theming/templates.rst index 9c295eba267..7219980d7bb 100644 --- a/doc/theming/templates.rst +++ b/doc/theming/templates.rst @@ -320,14 +320,6 @@ Finally, any text between ``{# ... #}`` delimiters in a Jinja2 template is a :start-after: Jinja comment example :end-before: End example -.. todo:: - - * Mention what happens if you try to access a variable or attribute - that doesn't exist. - - * Mention filters. And can ckan template helper functions be used as - filters? - ----------------------------------------------- Extending templates with ``{% ckan_extends %}``