我在学习 Django 1.8.3,跟着 tutorial 到了这里:https://docs.djangoproject.com/en/1.8/intro/tutorial03/#removing-hardcoded-urls-in-templates ,截图如下:
(http://d.pr/i/17FUm)
在模板polls/templates/polls/index.html 里是这样的:
(http://d.pr/i/1kMyg)
但是运行的时候却报错:
(http://d.pr/i/1j71D)
不知道是什么原因,按照原来教程里 hardcode 的方式可以正确解析 url,模板图里注释掉的那一句,但是换成下面那一句就报错,请问有知道原因的吗?