mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26402 -- Added relative path support in include/extends template tags.
This commit is contained in:
committed by
Tim Graham
parent
ad403ffa45
commit
aec4f97555
@@ -0,0 +1,3 @@
|
||||
{% extends "./../two.html" %}
|
||||
|
||||
{% block content %}{{ block.super }} one{% endblock %}
|
||||
Reference in New Issue
Block a user