From: Adam Glasgall Date: Wed, 1 May 2013 01:47:15 +0000 (-0400) Subject: don't pass machine_id twice X-Git-Tag: 0.1.33~10 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/a3ce9fc07f5982d9bf2cc5f080e3998782b90e4f?ds=inline;hp=--cc don't pass machine_id twice --- a3ce9fc07f5982d9bf2cc5f080e3998782b90e4f diff --git a/code/templates/list.mako b/code/templates/list.mako index e6ed39f..777134f 100644 --- a/code/templates/list.mako +++ b/code/templates/list.mako @@ -110,8 +110,6 @@ ${self.fn.cdromList(defaults.cdrom, "$('cd_or_auto_cd').checked = true;$('autoin % else:
- Mon, 20 May 2013 09:00:00 -0400 +invirt-web (0.1.31~dvorak427glasgall2) precise; urgency=low + + * Don't pass machine_id as both a URL parameter and POST body parameter; + it confuses cherrypy. + + -- Adam Glasgall Tue, 30 Apr 2013 21:45:53 -0400 + invirt-web (0.1.31~dvorak427glasgall1) precise; urgency=low * CherryPy starts a http listener by default now. Remove it before