]> git.0d.be Git - chloro.git/commitdiff
rdio: always include js
authorFrédéric Péters <fpeters@0d.be>
Sat, 13 Aug 2022 10:25:30 +0000 (12:25 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 13 Aug 2022 10:25:30 +0000 (12:25 +0200)
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>