mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
templatetags/addurlparameter: remove unused reference
resolve_variable isn't available with Django 1.10+, and it's not even used here, so just drop it from the import line. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
5cf6ef57b7
commit
2632820305
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# Adds GET parameters to the current URL
|
||||
|
||||
from django.template import Library, Node, resolve_variable, TemplateSyntaxError, Variable
|
||||
from django.template import Library, Node, TemplateSyntaxError, Variable
|
||||
|
||||
register = Library()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user