diff --git a/doc/howto/howto_website.rst b/doc/howto/howto_website.rst
index f94c9a93c65e4b7d261bb3a6932bd81280d1ea7f..e4ef9b4748b69c8a2e5730144cbf6fa616ab7513 100644
--- a/doc/howto/howto_website.rst
+++ b/doc/howto/howto_website.rst
@@ -556,9 +556,7 @@ keep only the datetime and location:
 Moving lectures and TAs
 ~~~~~~~~~~~~~~~~~~~~~~~
 
-There are already demonstration data in events and event types, so we'll want
-to delete them before inserting our own. The gist of the operation is fairly
-simple, but there are lots of changes:
+The gist of the operation is fairly simple, but there are lots of changes:
 
 * The custom models can be removed as we'll be using standard objects
 * The controller has to be altered to fetch from standard objects
@@ -577,6 +575,9 @@ simple, but there are lots of changes:
 
 .. patch::
 
+Our data is back in the fontend (site), and in the backend we get
+administrative views for free, e.g. a calendar view of our lectures.
+
 .. [#taprofile] the teaching assistants profile view ends up broken for now,
                 but don't worry we'll get around to it