X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/263010ff23d21486b8f5029cfd8c9bee9a04f3f8..e1fa27cf2da93f2a5bc18aa7a0c8169e4454368e:/code/templates/list.mako?ds=sidebyside diff --git a/code/templates/list.mako b/code/templates/list.mako index 71a8943..d71792a 100644 --- a/code/templates/list.mako +++ b/code/templates/list.mako @@ -1,7 +1,6 @@ <%page expression_filter="h"/> <%inherit file="skeleton.mako" /> <%! - from invirt.config import structs as config import datetime %> @@ -10,6 +9,12 @@ VM List %def> +%if os.path.exists("/etc/invirt/motd.html"): +
${open('/etc/invirt/motd.html').read()|n}
+${cant_add_vm}
@@ -20,6 +25,7 @@ VM List % elif new_machine:Congratulations! You successfully created a new VM called ${new_machine}.
% endif +