[Zope3-checkins] CVS: Zope3/src/zope/app/browser/exception - unauthorized.pt:1.3
Viktorija Zaksiene
ryzaja@codeworks.lt
Mon, 24 Mar 2003 04:03:38 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/exception
In directory cvs.zope.org:/tmp/cvs-serv2174/src/zope/app/browser/exception
Modified Files:
unauthorized.pt
Log Message:
Changed template to return Unauthorized message.
=== Zope3/src/zope/app/browser/exception/unauthorized.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/exception/unauthorized.pt:1.2 Thu Mar 6 17:41:37 2003
+++ Zope3/src/zope/app/browser/exception/unauthorized.pt Mon Mar 24 04:03:37 2003
@@ -6,7 +6,7 @@
<div metal:fill-slot="body">
<h1>Unauthorized</h1>
-<p>You're not allowed in here.</p>
+<p tal:content="context"/>
</div>
</body>