Skip to content

Instantly share code, notes, and snippets.

@deniscostadsc
Created February 5, 2015 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deniscostadsc/0f0ba5050f50094454a9 to your computer and use it in GitHub Desktop.
Save deniscostadsc/0f0ba5050f50094454a9 to your computer and use it in GitHub Desktop.
# urls.py
urlpatterns = patterns('',
url(r'^tipo/(\d+)$', BookListView.as_view(), name='listagem'),
)
# template.html
<a href="/add?tipo={{ view.args.0 }}"></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment