Skip to content

Instantly share code, notes, and snippets.

@photonxp
Created April 18, 2014 11:19
Show Gist options
  • Save photonxp/5f5691071c5a57d83d13 to your computer and use it in GitHub Desktop.
Save photonxp/5f5691071c5a57d83d13 to your computer and use it in GitHub Desktop.
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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment