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