]> git.parisson.com Git - teleforma.git/commitdiff
add static to testimonial image url
authorYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 6 Feb 2023 08:50:12 +0000 (09:50 +0100)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 6 Feb 2023 08:50:12 +0000 (09:50 +0100)
teleforma/templates/teleforma/seminar_testimonial_payback.html

index 7bdb26d33065563fc4b31a256e847de5e910f6ff..6d2b49628d7e1002ba8bdd1890988975d1a00f7b 100644 (file)
 <title>{%block head_title %}{% description %} - {% trans "Testimonial" %}{% endblock %}</title>
 
 {% block stylesheets %}
-<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}teleforma/css/teleforma_pdf.css" />
+<link rel="stylesheet" type="text/css" href="/static/teleforma/css/teleforma_pdf.css" />
 {% endblock %}
 
 <style>
 
 @page :first {
-  background: url(https://{{ site.domain }}/{{ STATIC_URL }}teleforma/images/attestation_fifpl_v4.png) no-repeat center;
+  background: url(https://{{ site.domain }}/static/teleforma/images/attestation_fifpl_v4.png) no-repeat center;
   background-size: cover;
   margin: 0;
 }