Opened 15 years ago
Closed 15 years ago
#14590 closed (duplicate)
a small bug in template debug page
| Reported by: | jinhao7773 | Owned by: | nobody |
|---|---|---|---|
| Component: | Template system | Version: | dev |
| 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
http://code.djangoproject.com/changeset?new=django/trunk/django/template/debug.py@14395&old=django/trunk/django/template/debug.py@12725
output = localize(value, use_l10n=use_l10n)
should be
output = localize(output, use_l10n=use_l10n)
Note:
See TracTickets
for help on using tickets.
Dupe of #14589.