[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Undo - undo_log.pt:1.1.2.2
Josh Kutz
jkutz@netaid.org
Sun, 24 Mar 2002 12:14:09 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/Undo
In directory cvs.zope.org:/tmp/cvs-serv28450
Modified Files:
Tag: Zope-3x-branch
undo_log.pt
Log Message:
commented out the metal macros in this page template. page was crashing on views/standard_macros/page
=== Zope3/lib/python/Zope/App/Undo/undo_log.pt 1.1.2.1 => 1.1.2.2 ===
-<html metal:use-macro="views/standard_macros/page">
+<!-- <html metal:use-macro="views/standard_macros/page"> -->
+<html>
<head>
<title>Undo Title</title>
@@ -7,7 +8,8 @@
</head>
<body>
-<div metal:fill-slot="body">
+<!-- <div metal:fill-slot="body"> -->
+<div>
<form action="action" method="post">