{% load static %}
-
+{% load teleforma_tags %}
<div class="toolbar">
{% if not readonly %}
</div>
</div>
</div>
-<script src="{% static "pdfannotator/pdf.js" %}"></script>
-<script src="{% static "pdfannotator/pdf_viewer.js" %}"></script>
-<script src="{% static "pdfannotator/pdf-annotate.min.js" %}"></script>
+<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 type="text/javascript" src="http://ellington.pilotsystems.net:3000/app.js">#}
</script>
\ No newline at end of file