Moved sipb-xen-www into a package
[invirt/packages/invirt-web.git] / templates / create.tmpl
diff --git a/templates/create.tmpl b/templates/create.tmpl
deleted file mode 100644 (file)
index 768f0ed..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#from skeleton import skeleton
-#extends skeleton
-
-#def title
-Created!
-#end def
-
-#def body
-<h1>Created</h1>
-#if $machine
-<p>Congratulations!  You have a new machine named ${machine.name}.</p>
-#else
-<p>Odd... no error, but no machine.</p>
-#end if
-<p><a href="list">Return</a></p>
-#end def