- Remove an extraneous table, so that the "change password" link appears on the

page, instead of below it (or not at all)
This commit is contained in:
dave 2007-12-21 01:03:31 +00:00
parent 2f443868d0
commit 3f2c4d95f3

View File

@ -82,7 +82,6 @@
}
echo "<form name=\"changepassform\" method=\"post\" action=\"register_judges_password.php\">\n";
echo "<input type=\"hidden\" name=\"action\" value=\"save\" />\n";
echo "<table>\n";
echo "<br />";
echo "<table>";
@ -99,7 +98,6 @@
echo "</table>";
echo "</table>";
echo "<input type=\"submit\" value=\"".i18n("Change Password")."\" />\n";
echo "</form>";