+++ assignment.class.php	2009-03-30 20:47:22.000000000 +0300
--- assignment.class.php.old	2009-04-29 14:12:09.000000000 +0300
@@ -50,8 +50,6 @@
 
         $this->view_header();
 
+$this->display_course_blocks_start();
-
         $this->view_intro();
 
         $this->view_dates();
@@ -71,15 +69,13 @@
             $this->view_upload_form();
         }
 
+$this->display_course_blocks_end();
-
         $this->view_footer();
     }
