From b0d8263b3cbc1f2246a202fd4df2913df4ebe1c0 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 2 Jul 2025 16:12:35 +0200 Subject: [PATCH] rename tags --- lib/pdfannotator | 2 +- teleforma/exam/templates/exam/script_detail.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pdfannotator b/lib/pdfannotator index fd640850..0ac98661 160000 --- a/lib/pdfannotator +++ b/lib/pdfannotator @@ -1 +1 @@ -Subproject commit fd6408504de7474021509970ae2d81d0f6d94005 +Subproject commit 0ac98661b12d72f0d5eb722de545631e91c527af diff --git a/teleforma/exam/templates/exam/script_detail.html b/teleforma/exam/templates/exam/script_detail.html index 30991530..dc3fc4b1 100644 --- a/teleforma/exam/templates/exam/script_detail.html +++ b/teleforma/exam/templates/exam/script_detail.html @@ -2,7 +2,7 @@ {% load teleforma_tags %} {% load i18n %} {% load static %} -{% load pdfannotator %} +{% load pdfannotator_tags %} {% load thumbnail %} {% block extra_javascript %} -- 2.39.5