Opened 18 years ago
Closed 18 years ago
#5301 closed (duplicate)
blocktrans fails with %
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| 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
{% blocktrans %}{{discount}}% discount{% endblocktrans %}
works. but
{% blocktrans %}{{discount}}% discount{% endblocktrans %}
throws TypeError("not enough arguments for format string")
Note:
See TracTickets
for help on using tickets.
Duplicate of #4982.