Skip to content

Commit

Permalink
Removed CSRF-token, added GIT_HASH to the css bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedegaard committed Jun 20, 2017
1 parent 77f1f41 commit 8d5a0dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webchat/templates/index.html
Expand Up @@ -7,10 +7,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Webchat</title>
<link type="text/css" rel="stylesheet" href="{% static 'bundle.css' %}"/>
<link type="text/css" rel="stylesheet" href="{% static 'bundle.css' %}?{{ GIT_HASH }}"/>
</head>
<body>
{% csrf_token %}
<div class="container">
<a class="float-right" href="https://github.com/dhedegaard/webchat">
Get the source!
Expand Down

0 comments on commit 8d5a0dd

Please sign in to comment.