From a416ca66d0824a14cbbbebe368a8cf19b2eba58d Mon Sep 17 00:00:00 2001
From: Xavier Morel <xmo@openerp.com>
Date: Fri, 7 Feb 2014 14:45:31 +0100
Subject: [PATCH] [REM] remove fixed/updated todos

---
 doc/howto/howto_website.rst | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/doc/howto/howto_website.rst b/doc/howto/howto_website.rst
index 576638e94445..9f0642e16c30 100644
--- a/doc/howto/howto_website.rst
+++ b/doc/howto/howto_website.rst
@@ -133,10 +133,6 @@ Let's move our 2 pseudo-templates from inline strings to actual templates:
 
 .. patch::
 
-.. todo:: how can I access a QWeb template from a auth=none controller?
-          explicitly fetch a registry using request.session.db? That's a bit
-          horrendous now innit?
-
 This simplifies the controller code by moving data formatting out of it, and
 generally makes it simpler for designers to edit the markup.
 
@@ -279,13 +275,6 @@ To fix the issue, we can simply add ``website`` as a dependency to ``academy``
 
 .. patch::
 
-.. todo:: website dispatch overrides blows up on auth=none (implicitly
-          inherits website's index -> ``website_enabled`` -> tries to access
-          ``request.registry['website']`` even though ``request.registry is
-          None`` because ``auth='none'``)
-
-          also template issues (see above) (enabled website to "fix")
-
 This will cause ``academy``'s index page to overwrite ``website``'s.
 
 Reload `your openerp`_. Your old index page is back.
-- 
GitLab