projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
993da54
)
Nuke an extra </form> tag.
author
Evan Broder
<broder@mit.edu>
Sun, 27 Dec 2009 17:29:17 +0000
(12:29 -0500)
committer
Evan Broder
<broder@mit.edu>
Sun, 27 Dec 2009 17:29:17 +0000
(12:29 -0500)
svn path=/trunk/packages/invirt-web/; revision=2793
code/templates/info.mako
patch
|
blob
|
history
diff --git
a/code/templates/info.mako
b/code/templates/info.mako
index
0d1b66b
..
998b73e
100644
(file)
--- a/
code/templates/info.mako
+++ b/
code/templates/info.mako
@@
-47,7
+47,6
@@
Info on ${machine.name}
<div>
${command_button("Delete VM", "delete", extra='''onclick="return confirm('Are you sure that you want to delete this VM?');"''')}
</div>
<div>
${command_button("Delete VM", "delete", extra='''onclick="return confirm('Are you sure that you want to delete this VM?');"''')}
</div>
-</form>
</%def>
<%def name="modifyForm()">
</%def>
<%def name="modifyForm()">