X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/b26a7d35e4ac578595f88eef03303cfbfd42a319..e37dd15bbf8683bab8454ea0eec8e9968ce982b2:/code/templates/create.tmpl diff --git a/code/templates/create.tmpl b/code/templates/create.tmpl new file mode 100644 index 0000000..768f0ed --- /dev/null +++ b/code/templates/create.tmpl @@ -0,0 +1,16 @@ +#from skeleton import skeleton +#extends skeleton + +#def title +Created! +#end def + +#def body +

Created

+#if $machine +

Congratulations! You have a new machine named ${machine.name}.

+#else +

Odd... no error, but no machine.

+#end if +

Return

+#end def