X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/c4ec253cd69546987dc20dec4c9be9e3867986f2..c12237ab5666f7bc2e752ccfd874926dd844d186:/fnpdjango/templatetags/macros.py diff --git a/fnpdjango/templatetags/macros.py b/fnpdjango/templatetags/macros.py old mode 100755 new mode 100644 index 181a497..b03e665 --- a/fnpdjango/templatetags/macros.py +++ b/fnpdjango/templatetags/macros.py @@ -52,9 +52,8 @@ through {% extends ... %} tags. """ from django import template -from django.template import resolve_variable, FilterExpression -from django.template.loader import get_template, get_template_from_string, find_template_source -from django.conf import settings +from django.template import FilterExpression +from django.template.loader import get_template import re register = template.Library()