I am tryin Form part 3 Crash Course iinweb2py. I get this error, but I
can't fix it
failed to compile file because:
SyntaxError at line 1 at char 21
invalid syntax (C:/web2py/applications/form/views/display_your_form.py,
line 1)
×
Editing file "form/views/
next line is line 1
{{extend 'layout.html'}}
<br /><br /><br />
<h1>Web Form</h1>
<br />
<p>Please enter your first and last names, and email address.<br />
Please note: All attempts must be error free before any info is
accepted.</p>
<h2>Inputs:</h2>
{ {=form}}
<h2>Submitted Fields:</h2>
{ {=BEAUTIFY(request.vars)}}
<h2>Accepted Fields:</h2>
{ {=BEAUTIFY(form.vars)}}
<h2>Errors:</h2>
{ {=BEAUTIFY(form.errors)}}
--
---
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/groups/opt_out.