From 090af19e83d586ecd81874465ceb8aa044c71bdc Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 2 Jul 2025 14:20:02 +0200 Subject: [PATCH] versioning css and js links --- pdfannotator/templates/pdfannotator/pdfannotator.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pdfannotator/templates/pdfannotator/pdfannotator.html b/pdfannotator/templates/pdfannotator/pdfannotator.html index 2827510..eb77b73 100644 --- a/pdfannotator/templates/pdfannotator/pdfannotator.html +++ b/pdfannotator/templates/pdfannotator/pdfannotator.html @@ -1,5 +1,5 @@ {% load static %} - +{% load teleforma_tags %}
{% if not readonly %} @@ -57,9 +57,9 @@
- - - + + + {# \ No newline at end of file -- 2.47.3