X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/b26a7d35e4ac578595f88eef03303cfbfd42a319..e37dd15bbf8683bab8454ea0eec8e9968ce982b2:/templates/create.tmpl diff --git a/templates/create.tmpl b/templates/create.tmpl deleted file mode 100644 index 768f0ed..0000000 --- a/templates/create.tmpl +++ /dev/null @@ -1,16 +0,0 @@ -#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