Modified:
/trunk/vanillaapp/views/problems/submissions.php
=======================================
--- /trunk/vanillaapp/views/problems/submissions.php Sat Jul 10 22:16:24
2010
+++ /trunk/vanillaapp/views/problems/submissions.php Sat Jul 10 22:16:51
2010
@@ -1,10 +1,5 @@
<h1>Recent Submissions</h1>
<div class="Note">
- <p>
- <?=T("Please read the")?>
- <?=Anchor(T("Authoring Problems"), "/help/authoring/")?>
- <?=T("guide before submitting problems.")?>
- </p>
<? if($this->Session->IsValid()) { ?>
<p>
<input id="mineonly" type="checkbox"
<?=($this->MineOnly ? "checked" : "")?>> <?=T("Show only my submissions")?>