From d67911c286a4c8a2a30192997ad07fbc0280b90a Mon Sep 17 00:00:00 2001 From: Nikita Marchant Date: Mon, 22 Sep 2025 22:42:29 +0200 Subject: [PATCH 1/9] Upgrade JS dependencies and switch to jsdelivr to serve them --- documents/templates/documents/document_edit.html | 2 +- .../templates/documents/document_upload.html | 2 +- static/main.js | 16 +++++++--------- static/sentry.js | 5 ++--- www/templates/base.html | 6 +++--- www/templates/index.html | 2 +- 6 files changed, 15 insertions(+), 18 deletions(-) diff --git a/documents/templates/documents/document_edit.html b/documents/templates/documents/document_edit.html index abcb7e85..daa22930 100644 --- a/documents/templates/documents/document_edit.html +++ b/documents/templates/documents/document_edit.html @@ -3,7 +3,7 @@ {% block title %}Éditer {{ doc.name }}{% endblock %} {% block head %} - {% endblock head %} diff --git a/documents/templates/documents/document_upload.html b/documents/templates/documents/document_upload.html index d34d52b3..de61994c 100644 --- a/documents/templates/documents/document_upload.html +++ b/documents/templates/documents/document_upload.html @@ -3,7 +3,7 @@ {% block title %}Ajouter un document à {{ course.slug|upper }}{% endblock %} {% block head %} -