]> git.parisson.com Git - teleforma.git/commitdiff
cleanup
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 24 Jan 2024 10:34:31 +0000 (11:34 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 24 Jan 2024 10:34:31 +0000 (11:34 +0100)
teleforma/templates/teleforma/base.html

index 63ef3f4495d7fae3aef75290b22802ca045df978..8ba01fc8a9e9c0dac3ac1b356b464a5e21b9a5da 100644 (file)
@@ -35,8 +35,7 @@
 <script src="{{ STATIC_URL }}teleforma/js/rainbowvis.js" type="text/javascript"></script>
 <script src="{{ STATIC_URL }}teleforma/js/easytimer.js" type="text/javascript" ></script>
 <script src="{{ STATIC_URL }}teleforma/js/locale.js" type="text/javascript"></script>
-<script src="{{ STATIC_URL }}teleforma/js/application.js" type="text/javascript"></script>
-  <script src="/static/teleforma/js/application.js?v={% teleforma_version %}" type="text/javascript"></script>
+<script src="/static/teleforma/js/application.js?v={% teleforma_version %}" type="text/javascript"></script>
 
 
 {% if user.is_authenticated %}