From: Greg Price <price@mit.edu> Date: Sun, 20 Dec 2009 02:59:57 +0000 (-0500) Subject: info.mako: cut no-longer-used hidden field X-Git-Tag: 0.1.0^2~17 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/c6a55b3a1fb15ced3603a409081aab943e81a058?ds=inline;hp=1e922a353a14f5f231040595a93af3054ea41664 info.mako: cut no-longer-used hidden field svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2718 --- diff --git a/code/templates/info.mako b/code/templates/info.mako index 35e5074..0d1b66b 100644 --- a/code/templates/info.mako +++ b/code/templates/info.mako @@ -60,7 +60,6 @@ Info on ${machine.name} (To edit ram, disk size, or machine name, turn off the machine first.) % endif <form action="machine/${machine.machine_id}/modify" method="POST"> - <input type="hidden" name="machine_id" value="${defaults.machine_id}"/> <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>