From d8cbe629193a4613dad5bd6a403001a1280a54cf Mon Sep 17 00:00:00 2001 From: Adrian Berger Date: Thu, 4 Mar 2021 17:30:37 +0100 Subject: [PATCH 1/7] feat: update template for django 3 --- lock_tokens/templates/api/load_client.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lock_tokens/templates/api/load_client.html b/lock_tokens/templates/api/load_client.html index 7f8886b..edc086a 100644 --- a/lock_tokens/templates/api/load_client.html +++ b/lock_tokens/templates/api/load_client.html @@ -1,4 +1,4 @@ -{% load staticfiles %} +{% load static %} {% if csrf %}{% csrf_token %}{% endif %}