]> git.mar77i.info Git - hublib/blobdiff - webroot/first/index.html.j2
big cleanup and refactoring #1
[hublib] / webroot / first / index.html.j2
index 8ac692c2cf4fb6f65bf6eb2a8fa9f219a7df3444..37011dada61221ebefba52d5437b22390e817c75 100644 (file)
@@ -5,10 +5,10 @@
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <meta http-equiv="X-UA-Compatible" content="ie=edge">
         <title>Chat client</title>
-        <!-- <link rel="stylesheet" href="{% static 'style.css' %}"> -->
+        <link rel="stylesheet" href="{% static 'style.css' %}">
     </head>
     <body>
-        <script src="{% static 'common.js' %}"></script>
+        <script src="{% static 'common.js', 'root' %}"></script>
         <script type="text/javascript">
             var ws_uri = "{% static 'ws_client' %}";
         </script>