From 11136e54f140432a211f13b7886c793edbd0c2ab Mon Sep 17 00:00:00 2001 From: Martin Stancsics Date: Sat, 11 May 2024 11:47:13 +0200 Subject: [PATCH 1/2] Put scripts in script blocks --- introduction/Coalitions.html | 8 +++++--- introduction/Proposal.html | 9 ++++----- live_bargaining/Bargain.html | 3 +++ live_bargaining/BargainingResults.html | 4 ++++ sliders/Game.html | 1 + survey/Questions.html | 4 ++++ 6 files changed, 21 insertions(+), 8 deletions(-) diff --git a/introduction/Coalitions.html b/introduction/Coalitions.html index dccf46d..60ff22e 100644 --- a/introduction/Coalitions.html +++ b/introduction/Coalitions.html @@ -189,11 +189,13 @@

Currently accepted proposal

+Please complete all exercises before moving to the next page. +{{ next_button }} - +{{ endblock }} -Please complete all exercises before moving to the next page. +{{ block scripts }} -{{ next_button }} + {{ endblock }} \ No newline at end of file diff --git a/introduction/Proposal.html b/introduction/Proposal.html index 81b5a9a..5bd97be 100644 --- a/introduction/Proposal.html +++ b/introduction/Proposal.html @@ -187,15 +187,14 @@

Make a proposal

+Please complete all exercises before moving to the next page. +{{ next_button }} +{{ endblock }} +{{ block scripts }} -Please complete all exercises before moving to the next page. - -{{ next_button }} - - {{ endblock }} \ No newline at end of file diff --git a/live_bargaining/Bargain.html b/live_bargaining/Bargain.html index 9e0c056..0779048 100644 --- a/live_bargaining/Bargain.html +++ b/live_bargaining/Bargain.html @@ -180,6 +180,9 @@ +{{ endblock }} + +{{ block scripts }} diff --git a/live_bargaining/BargainingResults.html b/live_bargaining/BargainingResults.html index d140251..ef6e907 100644 --- a/live_bargaining/BargainingResults.html +++ b/live_bargaining/BargainingResults.html @@ -62,6 +62,10 @@

Payment

{{ next_button }} +{{ endblock }} + +{{ block scripts }} + {{ endblock }} \ No newline at end of file diff --git a/sliders/Game.html b/sliders/Game.html index f8c7dc0..9d8496b 100644 --- a/sliders/Game.html +++ b/sliders/Game.html @@ -28,6 +28,7 @@ {{ endblock }} {{ block scripts }} + {{ endblock }} diff --git a/survey/Questions.html b/survey/Questions.html index e805ebd..29668ac 100644 --- a/survey/Questions.html +++ b/survey/Questions.html @@ -79,6 +79,10 @@

Feedback

{{ next_button}} +{{ endblock }} + +{{ block scripts }} + {{ endblock }} \ No newline at end of file From b983ed46a50f5bc5768d614db0cfcdd2a578f866 Mon Sep 17 00:00:00 2001 From: Martin Stancsics Date: Sat, 11 May 2024 11:51:14 +0200 Subject: [PATCH 2/2] Put css in script blocks --- introduction/Coalitions.html | 2 +- introduction/Proposal.html | 2 +- live_bargaining/Bargain.html | 2 +- live_bargaining/BargainingResults.html | 2 +- live_bargaining/Info.html | 2 +- survey/Completion.html | 2 +- survey/Questions.html | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/introduction/Coalitions.html b/introduction/Coalitions.html index 60ff22e..78fdb1b 100644 --- a/introduction/Coalitions.html +++ b/introduction/Coalitions.html @@ -1,4 +1,4 @@ -{{ block head }} +{{ block styles }} {{ endblock }} diff --git a/introduction/Proposal.html b/introduction/Proposal.html index 5bd97be..504aeb6 100644 --- a/introduction/Proposal.html +++ b/introduction/Proposal.html @@ -1,4 +1,4 @@ -{{ block head }} +{{ block styles }} {{ endblock }} diff --git a/live_bargaining/Bargain.html b/live_bargaining/Bargain.html index 0779048..0cbb6d2 100644 --- a/live_bargaining/Bargain.html +++ b/live_bargaining/Bargain.html @@ -1,4 +1,4 @@ -{{ block head }} +{{ block styles }} {{ endblock }} diff --git a/live_bargaining/BargainingResults.html b/live_bargaining/BargainingResults.html index ef6e907..4cf5b93 100644 --- a/live_bargaining/BargainingResults.html +++ b/live_bargaining/BargainingResults.html @@ -1,4 +1,4 @@ -{{ block head }} +{{ block styles }} {{ endblock }} diff --git a/live_bargaining/Info.html b/live_bargaining/Info.html index 1577d2d..5966c2f 100644 --- a/live_bargaining/Info.html +++ b/live_bargaining/Info.html @@ -1,4 +1,4 @@ -{{ block head }} +{{ block styles }} {{ endblock }} diff --git a/survey/Completion.html b/survey/Completion.html index 094b243..84c966e 100644 --- a/survey/Completion.html +++ b/survey/Completion.html @@ -1,4 +1,4 @@ -{{ block head }} +{{ block styles }} {{ endblock }} diff --git a/survey/Questions.html b/survey/Questions.html index 29668ac..a816def 100644 --- a/survey/Questions.html +++ b/survey/Questions.html @@ -2,7 +2,7 @@ Survey {{ endblock }} -{{ block head }} +{{ block styles }} {{ endblock }}