From 0ac98661b12d72f0d5eb722de545631e91c527af Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 2 Jul 2025 16:12:27 +0200 Subject: [PATCH] rename tags --- pdfannotator/templates/pdfannotator/pdfannotator.html | 2 +- .../templatetags/{pdfannotator.py => pdfannotator_tags.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pdfannotator/templatetags/{pdfannotator.py => pdfannotator_tags.py} (100%) diff --git a/pdfannotator/templates/pdfannotator/pdfannotator.html b/pdfannotator/templates/pdfannotator/pdfannotator.html index 1dac172..c1e8b6c 100644 --- a/pdfannotator/templates/pdfannotator/pdfannotator.html +++ b/pdfannotator/templates/pdfannotator/pdfannotator.html @@ -1,5 +1,5 @@ {% load static %} -{% load pdfannotator %} +{% load pdfannotator_tags %}
{% if not readonly %} diff --git a/pdfannotator/templatetags/pdfannotator.py b/pdfannotator/templatetags/pdfannotator_tags.py similarity index 100% rename from pdfannotator/templatetags/pdfannotator.py rename to pdfannotator/templatetags/pdfannotator_tags.py -- 2.47.3