X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/a97799592b2a5e6217d175d8aea4eb0cf6632a2d..02524a5492bf3a45585346ef7d989e7b823059c0:/fnpdjango/templatetags/macros.py diff --git a/fnpdjango/templatetags/macros.py b/fnpdjango/templatetags/macros.py index 61b007d..647843d 100644 --- a/fnpdjango/templatetags/macros.py +++ b/fnpdjango/templatetags/macros.py @@ -52,7 +52,7 @@ through {% extends ... %} tags. """ from django import template -from django.template import FilterExpression +from django.template.base import FilterExpression from django.template.loader import get_template import re