Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions quick_tour/the_view.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ parameters are the values of the placeholders defined in the route pattern:

.. tip::

You can also generate absolute URLs with the ``url`` tag: ``{% url 'hello'
with { 'name': 'Thomas' } %}``.
You can also generate absolute URLs with the ``url`` tag: ``{{ url('hello',
{ 'name': 'Thomas' }) }}``.

Using Assets: images, JavaScripts, and stylesheets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down