diff --git a/application/modules/courses/views/scripts/view/index.phtml b/application/modules/courses/views/scripts/view/index.phtml
index cfe7cebaa8ee03834478c981b57e74bc0b126150..819af851091e56c7f381d481fa82a05ef4bc7adf 100644
--- a/application/modules/courses/views/scripts/view/index.phtml
+++ b/application/modules/courses/views/scripts/view/index.phtml
@@ -84,7 +84,6 @@ $this->layout()->tagline = $tagline . ': ' . $this->course->getCourseCode() . '
 
     <?php if ($this->preview) { ?>
     <form method="post" action="<?php echo $this->baseUrl(); ?>/courses/edit/submit.post">
-        <?php if ($this->initialRequest) { ?>
         <fieldset>
             <label>
                 Effective no sooner than:
@@ -98,6 +97,7 @@ $this->layout()->tagline = $tagline . ': ' . $this->course->getCourseCode() . '
                 ?>
             </label>
         </fieldset>
+        <?php if ($this->initialRequest) { ?>
         <?php if ($this->isRequestValid) { ?>
         <input id="submit_request" type="submit" name="submitType" value="Submit" />
         <?php } else { ?>