Remove unused template code
[invirt/packages/invirt-web.git] / code / templates / create.tmpl
diff --git a/code/templates/create.tmpl b/code/templates/create.tmpl
deleted file mode 100644 (file)
index 8123d23..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#from skeleton import skeleton
-#extends skeleton
-
-#def title
-Created!
-#end def
-
-#def body
-#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