Opened 7 years ago
Closed 7 years ago
#29924 closed Bug (invalid)
url template tag return bad url
| Reported by: | Andrew | Owned by: | nobody |
|---|---|---|---|
| Component: | Template system | Version: | 2.1 |
| 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
When I trying to print link using {% url 'catalog-page' page=1%}
expected URL: example.com/1/
But returned: example.com/%2F1/
Note:
See TracTickets
for help on using tickets.