diff --git a/application/views/home.xhtml b/application/views/home.xhtml
index 1ecec0825565ff50f0e04e39666435425ea75e67..b5bded41b1e5b7238e6877247cf89b069e7d7ec0 100755
--- a/application/views/home.xhtml
+++ b/application/views/home.xhtml
@@ -31,7 +31,7 @@
     <div class="content">
         <table class="course_list">
             <tr>
-                <th id="check">&#160;</th>
+                <!-- th id="check">&#160;</th -->
                 <th id="course">Course</th>
                 <th id="college">College</th>
                 <th id="type">Type</th>
@@ -47,7 +47,7 @@
                 }
             ?>
             <tr <?php echo (++$row % 2 ? 'class="odd"' : ''); ?>>
-                <td><input type="checkbox" /></td>
+                <!-- td><input type="checkbox" /></td -->
                 <td><?php echo $originalCourse->subject . ' '
                              . $originalCourse->courseNumber
                              . $originalCourse->courseLetter; ?></td>
@@ -83,7 +83,7 @@
         <?php } else { ?>
         <table class="course_list">
             <tr>
-                <th id="check">&#160;</th>
+                <!-- th id="check">&#160;</th -->
                 <th id="course">Course</th>
                 <th id="college">College</th>
                 <th id="type">Type</th>
@@ -101,7 +101,7 @@
                 }
             ?>
             <tr <?php echo (++$row % 2 ? 'class="odd"' : ''); ?>>
-                <td><input type="checkbox" /></td>
+                <!-- td><input type="checkbox" /></td -->
                 <td><?php echo $originalCourse->subject . ' '
                              . $originalCourse->courseNumber
                              . $originalCourse->courseLetter; ?></td>
@@ -159,7 +159,7 @@
         <form action="/Home/SubmitDecisions" method="post">
             <table class="course_list">
                 <tr>
-                    <th id="check">&#160;</th>
+                    <!-- th id="check">&#160;</th -->
                     <th id="course">Course</th>
                     <th id="college">College</th>
                     <th id="type">Type</th>
@@ -177,7 +177,7 @@
                     }
                 ?>
                 <tr <?php echo (++$row % 2 ? 'class="odd"' : ''); ?>>
-                    <td><input type="checkbox" /></td>
+                    <!-- td><input type="checkbox" /></td -->
                     <td><?php echo $originalCourse->subject . ' '
                                  . $originalCourse->courseNumber
                                  . $originalCourse->courseLetter; ?></td>