tangowithcode / tango_with_django_19

A beginners guide to web programming with Python / Django 1.9
Apache License 2.0
207 stars 188 forks source link

Wrong message at end of chapter 6 before the exercises #16

Closed martindegroot closed 8 years ago

martindegroot commented 8 years ago

Citation of text:

What happens when you visit a category that does not exist? Try navigating a category which doesn’t >exist, like /rango/category/computers/. Do this by typing the adress manually into your browser’s address bar. > You should see a message telling you that no pages exist in the category

You should not see the message that no pages exist in the category, but you should see the message "The specified category does not exist"

Martin de Groot