Skip to content

Commit

Permalink
Clarify redirect instructions (per @riseriyo)
Browse files Browse the repository at this point in the history
Fixes gh-121.
  • Loading branch information
treyhunner committed Nov 8, 2014
1 parent 490ed23 commit f054eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/05-forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ Now only one test fails:
FAILED (errors=1)
Destroying test database for alias 'default'...

Let's fix this by adding a ``get_success_url`` to our view:
Let's fix this by adding a ``get_success_url`` to our view, ``EntryDetail``, in ``blog/views.py``:

.. code-block:: python
Expand Down

0 comments on commit f054eb2

Please sign in to comment.