Skip to content
Snippets Groups Projects
Commit 657f84ea authored by Tim Steiner's avatar Tim Steiner
Browse files

Allow requesters to bypass the warning about a request for the course already existing.

parent 5984173c
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
Warning! This course is currently awaiting approval in an active request!<br /> Warning! This course is currently awaiting approval in an active request!<br />
You probably do not want to submit another request for this course! You probably do not want to submit another request for this course!
</h2> </h2>
<?php } else { ?> <?php } ?>
<h2> <h2>
The course <?php echo $this->subject , ' ' The course <?php echo $this->subject , ' '
...@@ -56,4 +56,4 @@ ...@@ -56,4 +56,4 @@
</li> </li>
</ul> </ul>
<?php } } <?php }
\ No newline at end of file \ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
Warning! This course is currently awaiting approval in an active request!<br /> Warning! This course is currently awaiting approval in an active request!<br />
You probably do not want to submit another request for this course! You probably do not want to submit another request for this course!
</h2> </h2>
<?php } else {?> <?php } ?>
<h2> <h2>
The course <?php echo $this->subject , ' ' The course <?php echo $this->subject , ' '
, $this->courseNumber , $this->courseNumber
...@@ -33,5 +33,4 @@ ...@@ -33,5 +33,4 @@
</a> </a>
</li> </li>
</ul> </ul>
<?php } ?>
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment