X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/f434ce1c604006bca6094e894311055581524b0a..e1fa27cf2da93f2a5bc18aa7a0c8169e4454368e:/code/templates/functions.mako diff --git a/code/templates/functions.mako b/code/templates/functions.mako index 4f23635..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