Change quotes to improve some syntax highlighting

This commit is contained in:
Dan Palmer 2018-08-30 20:58:00 +01:00
parent e50e12bc9f
commit 7e8f6dbd4e
No known key found for this signature in database
GPG Key ID: DD869B28A1B7AA92

View File

@ -24,6 +24,6 @@ add "&raw" to the end of the URL within a browser.
<script src="//cdn.jsdelivr.net/npm/graphiql@{{graphiql_version}}/graphiql.min.js"></script>
</head>
<body>
<script src="{% static "graphene_django/graphiql.js" %}"></script>
<script src="{% static 'graphene_django/graphiql.js' %}"></script>
</body>
</html>