>
> {{extend 'layout.html'}}
> <h3>RAM_Contact_Form: Contact Us</h3>
>
>
> {{=BEAUTIFY(response._vars)}}
>
>
OK, I guess you lifted the BEAUTIFY() line from the generic.load example. 
That helper is only used to "beautify" complex Python objects, like nested 
lists and dictionaries (see 
http://web2py.com/books/default/chapter/29/5#BEAUTIFY). It's used in the 
generic views in order to handle whatever might be returned by the 
function, but in a custom view, you generally wouldn't use it.

Anthony

-- 



Reply via email to