1👍
You should be using {% url %}
in your template so that Django generates the proper URL.
<a href="{% url 'barcomandas.views.addproduct' tabnumber=sometabnumber product=product %}"<li>{{ product }}</li></a>
Source:stackexchange.com
1👍
You should be using {% url %}
in your template so that Django generates the proper URL.
<a href="{% url 'barcomandas.views.addproduct' tabnumber=sometabnumber product=product %}"<li>{{ product }}</li></a>