diff --git a/source/tutorial/write-a-tumblelog-application-with-django-mongodb-engine.txt b/source/tutorial/write-a-tumblelog-application-with-django-mongodb-engine.txt index ffb0e5dd742..c07d9210bdc 100644 --- a/source/tutorial/write-a-tumblelog-application-with-django-mongodb-engine.txt +++ b/source/tutorial/write-a-tumblelog-application-with-django-mongodb-engine.txt @@ -496,9 +496,8 @@ following code to generate the comments 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/ -`_ to see the following: +manage.py runserver`` to see the changes by visiting `http://localhost:8000/hello-world/ +`_. You should see the following: .. image:: .static/django-nonrel-comment-form.png :align: center