photon
4/18/2014 - 11:19 AM

pass arguments in django template

pass arguments in django template 

<form action="{% url 'polls:vote' question.id %}" method="post">

How does url receives arguments in the template?

https://docs.djangoproject.com/en/dev/intro/tutorial03/