mirror of https://github.com/django/django.git
3 lines
115 B
HTML
3 lines
115 B
HTML
|
{% extends "test_extends_block_error_parent.html" %}
|
||
|
{% block content %}{% include "missing.html" %}{% endblock %}
|