Using the URLconf defined in kb.urls,
Django tried these URL patterns, in this order:
-
admin/ -
topics/ [name='topics'] -
topics/<slug:slug>.html [name='topic'] -
index/ [name='index'] -
index/<slug:slug>.html [name='index'] -
courses/<slug:slug>/<slug:chapter>.html [name='chapter']
The current path, courses/get-started-with-appointmentguru/an-overview-of-the-client-details-page.html,
matched the last one.