From d836314bbafc16b691640fa029bfd07d4725a693 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Thu, 11 Aug 2022 11:20:17 +0100 Subject: [PATCH 1/2] Fixed static image error on expert app --- cara/apps/expert/cara.ipynb | 2 +- cara/apps/expert/static | 1 - .../expert/{ => static/images}/header_image.png | Bin 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 cara/apps/expert/static rename cara/apps/expert/{ => static/images}/header_image.png (100%) diff --git a/cara/apps/expert/cara.ipynb b/cara/apps/expert/cara.ipynb index 4326e61c..a204ab7f 100644 --- a/cara/apps/expert/cara.ipynb +++ b/cara/apps/expert/cara.ipynb @@ -5,7 +5,7 @@ "metadata": {}, "source": [ "
\n", - "
\n", + "\n", "

\n", "Please see the CARA homepage for details on the methodology, assumptions and limitations of CARA.

" ] diff --git a/cara/apps/expert/static b/cara/apps/expert/static deleted file mode 120000 index df7752ac..00000000 --- a/cara/apps/expert/static +++ /dev/null @@ -1 +0,0 @@ -../cara/apps/static \ No newline at end of file diff --git a/cara/apps/expert/header_image.png b/cara/apps/expert/static/images/header_image.png similarity index 100% rename from cara/apps/expert/header_image.png rename to cara/apps/expert/static/images/header_image.png From 6ead1a099889e5e029ba4b8a51ad1b7374fd8acb Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Thu, 11 Aug 2022 14:43:29 +0100 Subject: [PATCH 2/2] updated image path --- cara/apps/expert/cara.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/apps/expert/cara.ipynb b/cara/apps/expert/cara.ipynb index a204ab7f..31bcabf5 100644 --- a/cara/apps/expert/cara.ipynb +++ b/cara/apps/expert/cara.ipynb @@ -5,7 +5,7 @@ "metadata": {}, "source": [ "
\n", - "
\n", + "\n", "

\n", "Please see the CARA homepage for details on the methodology, assumptions and limitations of CARA.

" ]