1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #32290 -- Added {% extends %} test for relative path in variable.

This commit is contained in:
Hasan Ramezani
2020-12-27 21:15:17 +01:00
committed by Mariusz Felisiak
parent f4272d000a
commit 640a6e1dce
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{% extends tmpl %}
{% block content %}{{ block.super }} one{% endblock %}