def notfound_view(request):
request.response.status_int = 404
master get_renderer('templates/macros_template.pt').implementation()
return dict(master = master)
It's slightly different in 1.0, but the above works in 1.1 and 1.2.
- C
--
You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
To post to this group, send email to pylons-...@googlegroups.com.
To unsubscribe from this group, send email to pylons-discus...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
--