diff --git a/application/views/request/view.xhtml b/application/views/request/view.xhtml
index 958d5c507139a752ff34e4fc5458ab99bd5f58d8..e545fa2d4ef00ebf1b71532875e3c109c7be0c38 100644
--- a/application/views/request/view.xhtml
+++ b/application/views/request/view.xhtml
@@ -1,4 +1,5 @@
 <div id="viewRequest">
+    <h2><?php echo $this->request->type->name; ?></h2>
     <?php
         $proposedGeneration = $this->proposedGeneration;
         if ($this->currentGeneration) {
@@ -24,9 +25,6 @@
     <?php
         } else {
 /*****************************NEW COURSE***************************************/
-    ?>
-    <h2>Bulletin Entry</h2>
-    <?php
             echo $this->bulletinEntry($proposedGeneration);
         }
 /*****************************COMMON STUFF*************************************/