Switch to HVM if user selects a CD, and ParaVM if user selects an
[invirt/packages/invirt-web.git] / code / templates / functions.tmpl
index 3daf6ad..86dc772 100644 (file)
@@ -37,7 +37,7 @@ $databaseList(sorted($database.Autoinstall.query(), key=lambda x: x.description)
 <label>
    <input #slurp
 #if $default == $vmtype[0] then 'checked' else ''
- type="radio" name="vmtype" value="${vmtype[0]}">${vmtype[1]}</input>
+ type="radio" name="vmtype" id="vmtype-${vmtype[0]}" value="${vmtype[0]}">${vmtype[1]}</input>
 </label>
 #end for
 #end def