From 6698c203874b6b49fe661b2f598a905953fb2004 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 27 Dec 2009 12:29:17 -0500 Subject: [PATCH] Nuke an extra tag. svn path=/trunk/packages/invirt-web/; revision=2793 --- code/templates/info.mako | 1 - 1 file changed, 1 deletion(-) diff --git a/code/templates/info.mako b/code/templates/info.mako index 0d1b66b..998b73e 100644 --- a/code/templates/info.mako +++ b/code/templates/info.mako @@ -47,7 +47,6 @@ Info on ${machine.name}
${command_button("Delete VM", "delete", extra='''onclick="return confirm('Are you sure that you want to delete this VM?');"''')}
- <%def name="modifyForm()"> -- 1.7.9.5