X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/1581471a70984619922f7d0f1d3c5d218cff1faa..4372685b99ad4da8d734ad20a65ba693654d746e:/code/templates/create.tmpl diff --git a/code/templates/create.tmpl b/code/templates/create.tmpl deleted file mode 100644 index 8123d23..0000000 --- a/code/templates/create.tmpl +++ /dev/null @@ -1,15 +0,0 @@ -#from skeleton import skeleton -#extends skeleton - -#def title -Created! -#end def - -#def body -#if $machine -

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

-#else -

Odd... no error, but no machine.

-#end if -

Return

-#end def