]> git.0d.be Git - chloro.git/blobdiff - chloro/rdio/templates/phyll/base.html
rdio: always include js
[chloro.git] / chloro / rdio / templates / phyll / base.html
index 86aa4b254f035d6eb6292f41978b036f1a44739e..294a090d890d5b382d840a3a513c9bba31b85a12 100644 (file)
@@ -7,10 +7,8 @@
     <link rel="stylesheet" type="text/css" href="/static/css/style.css">
     <link rel="shortcut icon" href="/static/icon.png">
     <link rel="manifest" href="/static/manifest.json">
-    {% if request.user.is_staff %}
     <script src="{% xstatic 'jquery' 'jquery.min.js' %}"></script>
     <script src="/static/js/chloro.js"></script>
-    {% endif %}
     {% block bottom-head %}
     {% endblock %}
   </head>