X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/8837d33652d15c7656d6486d55c9d6bfaf342c2e..b8ceab376fd69a6e013dfc8d13e1988d56d6da67:/code/templates/functions.mako diff --git a/code/templates/functions.mako b/code/templates/functions.mako index 068401f..c57e904 100644 --- a/code/templates/functions.mako +++ b/code/templates/functions.mako @@ -27,7 +27,7 @@ ${databaseList(sorted(database.Autoinstall.query(), key=lambda x: x.description) <%def name="vmTypeList(default=None)"> % for vmtype in (('linux-hvm', 'HVM'), ('linux', 'ParaVM'), ): % endfor