#3107 closed defect (fixed)
Add Form.as_p() to newforms
| Reported by: | Adrian Holovaty | Owned by: | Adrian Holovaty |
|---|---|---|---|
| Component: | Forms | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Form.as_p() would render the fields as a set of <p> tags.
Note:
See TracTickets
for help on using tickets.
(In [4178]) Fixed #3107 -- newforms: Added Form.as_p()