mirror of
https://github.com/Hopiu/django.git
synced 2026-03-18 06:50:24 +00:00
Get the template that caused the exception and get the exception info from that template, using the node that caused the exception.
2 lines
115 B
HTML
2 lines
115 B
HTML
{% extends "test_extends_block_error_parent.html" %}
|
|
{% block content %}{% include "missing.html" %}{% endblock %}
|