Sorry, I first posted this on the django developppers group, which was
obviously wrong.
Probably a simple, stupid error I'm making:
I try to display a form in a template using:
<form action="" method="post">
<table>
{{ rForm.as_table }}
</table>
<input type="submit" name="submit" value="Register">
</form>
The browser displays pure html of the form content, having the form-
source all escaped to something like:
<tr><th><label
for="id_username">Username:<
The same happens if I simply display form fields.
What can I do?
Can somebody please help? Do you need more information?
Thank you very much!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---