Opened 17 years ago
Closed 17 years ago
#10023 closed (duplicate)
Error in Sample code
| Reported by: | Mark Jones | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
http://docs.djangoproject.com/en/dev/topics/forms/#topics-forms-index
in
{% if forloop.first %}
{% for hidden in form.hidden_fields %}
{{ field }}
{% endfor %}
{% endif %}
{{ field }} should be {{ hidden }}
Change History (2)
comment:1 by , 17 years ago
| Has patch: | set |
|---|
comment:2 by , 17 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
#10009 looks like the same snippet being pointed out as in error.
Note:
See TracTickets
for help on using tickets.
Problem statement IS the patch