Page not found (404)

Request Method: GET
Request URL: https://szervestarsadalom.info/component/mailto/?tmpl=component&template=md-corporate&link=b0375fd183861ada78deefa8e4fc0f9e3539066c

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

  1. krumpli/
  2. ckeditor/
  3. ^upload/ [name='ckeditor_upload']
  4. ^browse/ [name='ckeditor_browse']
  5. [name='homepage']
  6. kapcsolat [name='contact']
  7. <slug:category>/<slug:slug>-<int:pk> [name='article_detail']
  8. <slug:category> [name='category_list']
  9. ^static/(?P<path>.*)$
  10. ^media/(?P<path>.*)$

The current path, component/mailto/, 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.