From ca43d01f97e715525e026c294280e5bfcc5297f3 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Wed, 27 Nov 2013 18:20:59 +0100 Subject: [PATCH] [#847] Delete a couple of TODOs --- doc/theming/templates.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/theming/templates.rst b/doc/theming/templates.rst index c7ad5877605..9a7a6f909ae 100644 --- a/doc/theming/templates.rst +++ b/doc/theming/templates.rst @@ -582,17 +582,12 @@ of the default one: the default snippet is used. Also if two plugins both have snippets with the same name, one of the - snippets will override the other. <-- TODO: Verify whether this is true + snippets will override the other. To avoid unintended conflicts, we recommend that snippet filenames begin with the name of the extension they belong to, e.g. ``snippets/example_theme_*.html``. - .. todo:: - - Exactly what order are ``snippets`` directories read in, and what - overrides what? - .. note:: Snippets don't have access to the global template context variable,