Page not found (404)

Request Method:GET
Request URL:http://groupnautika.com/our-concern/tristar-surveys-ltd/

Using the URLconf defined in mes_web.urls, Django tried these URL patterns, in this order:

  1. admin/
  2. [name='home']
  3. services [name='services']
  4. news [name='news']
  5. news/<int:pk>/<str:slug> [name='news-details']
  6. wishlist [name='wishlist']
  7. tab [name='tab']
  8. approval [name='approval']
  9. application [name='application']
  10. application_details [name='application_details']
  11. history [name='history']
  12. mission-vision [name='mission-vision']
  13. rfq [name='rfq']
  14. contact [name='contact']
  15. team [name='team']
  16. page [name='page']
  17. pages/<str:link> [name='pages']
  18. service/<str:link> [name='service']
  19. video-library [name='video-library']
  20. file-not-found [name='file-not-found']
  21. about-us [name='about-us']
  22. concern [name='concern']
  23. concern/<str:concern_url> [name='concern-page']
  24. dashboard/
  25. ^media/(?P<path>.*)$
  26. ^static/(?P<path>.*)$

The current path, our-concern/tristar-surveys-ltd/, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.