Moved sipb-xen-www into a package
[invirt/packages/invirt-web.git] / code / templates / create.tmpl
diff --git a/code/templates/create.tmpl b/code/templates/create.tmpl
new file mode 100644 (file)
index 0000000..768f0ed
--- /dev/null
@@ -0,0 +1,16 @@
+#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