We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50e12b commit 7e8f6dbCopy full SHA for 7e8f6db
graphene_django/templates/graphene/graphiql.html
@@ -24,6 +24,6 @@
24
<script src="//cdn.jsdelivr.net/npm/graphiql@{{graphiql_version}}/graphiql.min.js"></script>
25
</head>
26
<body>
27
- <script src="{% static "graphene_django/graphiql.js" %}"></script>
+ <script src="{% static 'graphene_django/graphiql.js' %}"></script>
28
</body>
29
</html>
0 commit comments