#21384 closed Uncategorized (invalid)
Namespace double qoutes to single question
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | nathan.dudley@… | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Should namespace="polls" be namespace='polls'? I get errors with the double quotes. The single quotes works better in Windows.
This is in tutorial 4.
Change History (4)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → needsinfo |
---|---|
Status: | new → closed |
comment:3 by , 11 years ago
Hmm, now that I try it again. Either single or double quoutes are working. I was getting the "is not a registered namespace"
On my other machine I had to add "{% load url from future %}" to get the namespace to work
Sorry
Note:
See TracTickets
for help on using tickets.
Either should work. What is the error you get?