[Checkins] SVN: grokapps/gbepastebin/ there is always one more bug

Michael Haubenwallner michael at d2m.at
Sun Sep 21 17:00:14 EDT 2008


Log message for revision 91296:
  there is always one more bug

Changed:
  U   grokapps/gbepastebin/README.txt
  U   grokapps/gbepastebin/src/gbepastebin/error_templates/usererror.pt

-=-
Modified: grokapps/gbepastebin/README.txt
===================================================================
--- grokapps/gbepastebin/README.txt	2008-09-21 20:39:52 UTC (rev 91295)
+++ grokapps/gbepastebin/README.txt	2008-09-21 21:00:13 UTC (rev 91296)
@@ -6,7 +6,7 @@
              and deduce from both
 
 A basic 'Grok Pastebin' application [source__] ported from repoze.cluegun 
-[source__], a port of ClueBin [source__].
+[source__], a port of ClueBin__.
 
 __ http://svn.zope.org/grokapps/gbepastebin/src/gbepastebin/
 __ http://repoze.org/viewcvs/repoze.cluegun/trunk/

Modified: grokapps/gbepastebin/src/gbepastebin/error_templates/usererror.pt
===================================================================
--- grokapps/gbepastebin/src/gbepastebin/error_templates/usererror.pt	2008-09-21 20:39:52 UTC (rev 91295)
+++ grokapps/gbepastebin/src/gbepastebin/error_templates/usererror.pt	2008-09-21 21:00:13 UTC (rev 91296)
@@ -1,5 +1,5 @@
 <html>
   <body>
-    <b>ERROR</b> - <tal:block content="context.__class__.__name__" />
+    <b>ERROR</b> - <tal:block content="python:context.__class__.__name__" />
   </body>
 </html>



More information about the Checkins mailing list