Index: trunk/packages/sipb-xen-www/code/templates/functions.tmpl
===================================================================
--- trunk/packages/sipb-xen-www/code/templates/functions.tmpl	(revision 511)
+++ trunk/packages/sipb-xen-www/code/templates/functions.tmpl	(revision 512)
@@ -34,9 +34,9 @@
 
 #def vmTypeList($default=None)
-#for $vmtype in sorted($sipb_xen_database.Type.select(), key=lambda x: x.description)
+#for $vmtype in (('linux-hvm', 'HVM'), ('linux', 'ParaVM'), )
 <label>
    <input #slurp
 #if $default == $vmtype then 'checked' else ''
- type="radio" name="vmtype" value="${vmtype.type_id}">${vmtype.description}</input>
+ type="radio" name="vmtype" value="${vmtype[0]}">${vmtype[1]}</input>
 </label>
 #end for
