Moved sipb-xen-www into a package
[invirt/packages/invirt-web.git] / templates / command.tmpl
diff --git a/templates/command.tmpl b/templates/command.tmpl
deleted file mode 100644 (file)
index 4ea55a5..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#from skeleton import skeleton
-#extends skeleton
-
-#def title
-$command $machine.name
-#end def
-
-
-#def body
-<h1>Command successful</h1>
-<p>$command ${machine.name} was successful.</p>
-#if $command == "Delete VM" or True
-<p><a href="list">Return</a></p>
-#else
-<p><a href="info?machine_id=${machine.machine_id}">Return</a></p>
-#end if
-#end def