forked from science-ation/science-ation
- 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:
parent
2f443868d0
commit
3f2c4d95f3
@ -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>";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user