【发布时间】:2022-01-13 04:03:15
【问题描述】:
以下网址:
<a href="{% url 'view' i.value %}" >VIEW DETAILS</a>
指向:
http://localhost:8000/view/value%20%20%20
相反,它应该指向
http://localhost:8000/view/value
如何解决?
【问题讨论】:
标签: python django django-views django-templates django-urls