[Zope] standard error messages
Ethan Fremen
mindlace@majordomo.net
Wed, 29 Sep 1999 12:19:35 +0100
"panda@209.207.216.149" wrote:
> But can you customise it for different error codes ?
>
> This is particularly handy when relying on server/browser authentication.
> It's nice to send users who get authentication errors to the
> signup/registration
> forms
I thought this would work, but it doesn't.
<dtml-if expr="error_type == 'Unauthorized'">
<h1>please sign up!</h1>
<dtml-var signup_page>
</dtml-if>
Help?
--
~mindlace