From f9ff320f48bdc51870d3626b68188d69aed3c4ea Mon Sep 17 00:00:00 2001 From: "radoslaw.kowalski" Date: Thu, 6 Aug 2020 21:53:28 +0200 Subject: [PATCH] Fix boolean injection to graphiql.html template --- graphene_django/templates/graphene/graphiql.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphene_django/templates/graphene/graphiql.html b/graphene_django/templates/graphene/graphiql.html index 8e71a69..bcdb348 100644 --- a/graphene_django/templates/graphene/graphiql.html +++ b/graphene_django/templates/graphene/graphiql.html @@ -46,7 +46,7 @@ add "&raw" to the end of the URL within a browser. subscriptionPath: "{{subscription_path}}", {% endif %} {% if header_editor_enabled %} - graphiqlHeaderEditorEnabled: "{{ graphiql_header_editor_enabled}}", + graphiqlHeaderEditorEnabled: {{ graphiql_header_editor_enabled}}, {% endif %} };