From 0be748d9a6a599f75f9e33da506f544de295a3e6 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Mon, 3 Jan 2022 17:26:50 +0100 Subject: [PATCH] Release 0.2.6.dev1 --- lock_tokens/__init__.py | 2 +- lock_tokens/templates/api/load_client.html | 2 +- setup.cfg | 2 +- tests/settings.py | 2 +- tox.ini | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lock_tokens/__init__.py b/lock_tokens/__init__.py index fe404ae..3219e2d 100644 --- a/lock_tokens/__init__.py +++ b/lock_tokens/__init__.py @@ -1 +1 @@ -__version__ = "0.2.5" +__version__ = "0.2.6.dev1" 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 %}