X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/e73cda9748a8726531dba4b309783dde1597549a..e741fd1d0affaa05859561b5a3219ee055c10c07:/code/templates/info.mako diff --git a/code/templates/info.mako b/code/templates/info.mako index d6a1cfb..0d1b66b 100644 --- a/code/templates/info.mako +++ b/code/templates/info.mako @@ -59,8 +59,7 @@ Info on ${machine.name} % if on: (To edit ram, disk size, or machine name, turn off the machine first.) % endif -<form action="modify" method="POST"> - <input type="hidden" name="machine_id" value="${defaults.machine_id}"/> +<form action="machine/${machine.machine_id}/modify" method="POST"> <table> <tr><td>Description:</td><td colspan="2"><textarea name="description" rows="4" cols="60">${defaults.description}</textarea></td></tr> <tr><td>Owner${self.fn.helppopup("Owner")}:</td><td><input type="text" name="owner", value="${defaults.owner}"/></td></tr>