Opened 17 years ago
Closed 17 years ago
#9044 closed (fixed)
Closure tag should be {% endifnoequal %} instead of {% endifequal %}
| Reported by: | RIck van der Zwet | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| Severity: | 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
See http://docs.djangoproject.com/en/dev/topics/templates/#tags
Properly copy/paste typo ;-)
Note:
See TracTickets
for help on using tickets.
(In [9029]) Fixed #9044: Corrected mistake in a closing tag in an example template. Thanks to Rick Vanderzwet for the report.