From 78edb23ff613236c0c1d450e172fd42221dcf9b9 Mon Sep 17 00:00:00 2001 From: Romain Boissieres Date: Mon, 18 Nov 2024 13:41:52 +0100 Subject: [PATCH] [OSIS-9160] Migration BS5 Dissertation --- templates/dissertation_detail.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/dissertation_detail.html b/templates/dissertation_detail.html index fd11c3b8..7267d277 100644 --- a/templates/dissertation_detail.html +++ b/templates/dissertation_detail.html @@ -355,3 +355,11 @@

{% trans 'Subject informations' %}

{% include 'file_upload_modal.html' with form=dissertation_file_form %} {% endblock %} + +{% block script %} + {# Vue, Vue i18n and vue packages #} + {# We use 'vue.runtime.global.prod.js' https://github.com/vuejs/core/tree/main/packages/vue#which-dist-file-to-use #} + + + +{% endblock script %} \ No newline at end of file