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
Original file line number Diff line number Diff line change
Expand Up @@ -496,9 +496,8 @@ following code to generate the comments form:
</form>

Your tumblelog's readers can now comment on your posts! Run ``python
manage.py runserver`` to see the changes. Run ``python manage.py
runserver`` and go to `http://localhost:8000/hello-world/
<http://localhost:8000/hello-world/>`_ to see the following:
manage.py runserver`` to see the changes by visiting `http://localhost:8000/hello-world/
<http://localhost:8000/hello-world/>`_. You should see the following:

.. image:: .static/django-nonrel-comment-form.png
:align: center
Expand Down