From 768c982293b6e252cdf4823740d9c2f32afa9910 Mon Sep 17 00:00:00 2001 From: p1905074 Date: Thu, 26 Nov 2020 19:26:54 +0100 Subject: [PATCH] =?UTF-8?q?d=C3=A9placement=20de=20l'appel=20marks.js=20da?= =?UTF-8?q?ns=20marks.pug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/pages/marks.pug | 4 +++- views/template/layout.pug | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/views/pages/marks.pug b/views/pages/marks.pug index 9066d95..6baa24c 100644 --- a/views/pages/marks.pug +++ b/views/pages/marks.pug @@ -185,4 +185,6 @@ block content input(type="number" value="16") td input(type="number") - input(id="marksubmit" type="submit" value="Enregistrer") \ No newline at end of file + input(id="marksubmit" type="submit" value="Enregistrer") + + script(src="/javascripts/marks.js") \ No newline at end of file diff --git a/views/template/layout.pug b/views/template/layout.pug index 7abe3e1..5fa9957 100644 --- a/views/template/layout.pug +++ b/views/template/layout.pug @@ -16,5 +16,4 @@ html div(class="col s10" id="main") block content script(src="/javascripts/main.js") - script(src="/javascripts/marks.js") script(src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js")