Dear all,
Here is the content of the view "myproject/views/invitation/invitation.html"
:
{{extend 'layout.html'}}
<h1>{{=message}}</h1>
{{=T </examples/global/vars/T>('Enter an email address :')}}
{{=form}}
{{=BEAUTIFY
</examples/global/vars/BEAUTIFY>(response</examples/global/vars/response>
._vars)}}
It works fine. The problem is that the output adds a summary of the
variables inside the dictionnary. See below. Can somebody help me ?
Thank you very much,
Dwayne
P.S. : what is the exact role of the T function in T</examples/global/vars/T>
('Enter an email address :') ?
Invitation to be sentEnter an email address :
form :
message :
Invitation to be sent