6 lines
171 B
HTML
6 lines
171 B
HTML
{% load extra_tags %}
|
|
{% include_jinja "404.jinja.html" request %}
|
|
{% comment %}
|
|
this one has to be a django template because of use of default hander404
|
|
{% endcomment %}
|