{% load static %}
-{% load teleforma_tags %}
+{% load pdfannotator %}
<div class="toolbar">
{% if not readonly %}
</div>
</div>
</div>
-<script src="{% static "pdfannotator/pdf.js?v={% teleforma_version %}" %}"></script>
-<script src="{% static "pdfannotator/pdf_viewer.js?v={% teleforma_version %}" %}"></script>
-<script src="{% static "pdfannotator/pdf-annotate.min.js?v={% teleforma_version %}" %}"></script>
+<script src="{% static "pdfannotator/pdf.js?v={% pdfannotator_version %}" %}"></script>
+<script src="{% static "pdfannotator/pdf_viewer.js?v={% pdfannotator_version %}" %}"></script>
+<script src="{% static "pdfannotator/pdf-annotate.min.js?v={% pdfannotator_version %}" %}"></script>
{#<script type="text/javascript" src="http://ellington.pilotsystems.net:3000/app.js">#}
</script>
\ No newline at end of file
[metadata]
name = django-pdfannotator
-version = 1.0
+version = 1.1.0
url = https://git.pilotsystems.net/probarreau/pdfannotator
description = A Django app to annotate PDF files
long_description = file: README.rst