projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Correct the incomplete fix from r1155
[invirt/packages/invirt-web.git]
/
code
/
templates
/
functions.tmpl
diff --git
a/code/templates/functions.tmpl
b/code/templates/functions.tmpl
index
3daf6ad
..
86dc772
100644
(file)
--- a/
code/templates/functions.tmpl
+++ b/
code/templates/functions.tmpl
@@
-37,7
+37,7
@@
$databaseList(sorted($database.Autoinstall.query(), key=lambda x: x.description)
<label>
<input #slurp
#if $default == $vmtype[0] then 'checked' else ''
<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
</label>
#end for
#end def