My guess is that you have put this in layout.html and not all your pages
have verification_url_on_site_enabled defined.
The easiest fix would be to make sure it's defined changing it to something
like this:
{{verification_url_on_site_enabled =
globals().get('verification_url_on_site_enabled', False)}}
{{if verification_url_on_site_enabled:}}
{{block verification_url_on_site_block}}
<td> <a href="{{=verification_url_on_site}}"> View this message in
your browser</a> </td>
{{end}}
{{pass}}
Make sure that verification_url_on_site is defined too.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.