From d2712b3b38c5a716182e7e93228365b1b3dd4b9d Mon Sep 17 00:00:00 2001 From: gzbender Date: Wed, 29 Aug 2018 19:48:02 +0500 Subject: [PATCH] LIL-642 --- project/templates/blocks/lil_store_js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/templates/blocks/lil_store_js.html b/project/templates/blocks/lil_store_js.html index cb5eb6f8..32da4573 100644 --- a/project/templates/blocks/lil_store_js.html +++ b/project/templates/blocks/lil_store_js.html @@ -4,7 +4,7 @@ staticUrl: '{% static "" %}', accessToken: '{{ request.user.auth_token }}', user: { - id: {{ request.user.id|default:'null' }}, + id: '{{ request.user.id|default:'' }}', } };