diff --git a/doc/howto/howto_website.rst b/doc/howto/howto_website.rst
index b760d5773d4f341e34f4d6a31cff9a4aeca66c15..a782de3b8f2e9806a4e6a0539c8d01885f52ef79 100644
--- a/doc/howto/howto_website.rst
+++ b/doc/howto/howto_website.rst
@@ -378,9 +378,6 @@ extrinsic (attendance records, student discussions, etc…).
 
 .. patch::
 
-.. TODO:: ``-u`` did not work, not even ``-uall``, new data file does not get
-          installed
-
 Note a new feature: ``t-field`` tags can take options through
 ``t-field-options``. The options must be a JSON_ object. Available options
 depend on the field's type and potentially the display widget (some types
@@ -394,11 +391,12 @@ an explicit format for `the weekday in short form
           canonical representation in order to provide all of the field's
           information.
 
-.. warning:: if you edit the course's dates, you will notice that the two
-             displays of the ``date`` field are unlinked, if one is edited
-             the second one will not change until the edition is saved. This
-             is a limitation of the current ``website`` but may be improved in
-             future releases.
+.. warning::
+
+    if you edit the course's dates, you will notice that the two displays of
+    the ``date`` field are not synchronized, if one is edited the second one
+    will not change until the edition is saved. This is a limitation of the
+    current ``website`` but may be improved in future releases.
 
 .. sending & storing comments (?)
 
@@ -418,8 +416,6 @@ the difference is simply that new databases can be created either in "demo"
 mode or in "no demo" mode. In the former case, the database will be preloaded
 with any demo data configured in the installed module.
 
-.. todo:: need to create a new DB again?
-
 A brief and incomplete introduction to the OpenERP administration
 -----------------------------------------------------------------