diff --git a/taiga/base/api/templates/api/base.html b/taiga/base/api/templates/api/base.html index 074b1e9e..26921db5 100644 --- a/taiga/base/api/templates/api/base.html +++ b/taiga/base/api/templates/api/base.html @@ -1,4 +1,3 @@ -{% load url from future %} {% load api %} diff --git a/taiga/base/api/templates/api/login_base.html b/taiga/base/api/templates/api/login_base.html index 118fdbc5..96870344 100644 --- a/taiga/base/api/templates/api/login_base.html +++ b/taiga/base/api/templates/api/login_base.html @@ -1,4 +1,3 @@ -{% load url from future %} {% load api %}