]> git.parisson.com Git - teleforma.git/commitdiff
fix static links
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 2 Jul 2025 14:09:40 +0000 (16:09 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 2 Jul 2025 14:09:40 +0000 (16:09 +0200)
lib/pdfannotator
teleforma/exam/templates/exam/script_detail.html

index 8306c18b535f4003b416635738d205a843e6258d..fd6408504de7474021509970ae2d81d0f6d94005 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 8306c18b535f4003b416635738d205a843e6258d
+Subproject commit fd6408504de7474021509970ae2d81d0f6d94005
index e0d480e4f664e2ed796208ccfad8ae1fbb42f777..3099153041b61eb4f02d9793ea094c31a13b5af3 100644 (file)
@@ -19,8 +19,8 @@
 {% endblock extra_javascript %}
 
 {% block extra_stylesheets %}
-  <link rel="stylesheet" type="text/css" href="{% static "pdfannotator/toolbar.css?v={% pdfannotator_version %}" %}"/>
-  <link rel="stylesheet" type="text/css" href="{% static "pdfannotator/pdf_viewer.css?v={% pdfannotator_version %}" %}"/>
+  <link rel="stylesheet" type="text/css" href="/static/pdfannotator/toolbar.css?v={% pdfannotator_version %}"/>
+  <link rel="stylesheet" type="text/css" href="/static/pdfannotator/pdf_viewer.css?v={% pdfannotator_version %}"/>
   <style type="text/css">
     body {
       background-color: #eee;