From 479326f8b206d6e4e075485adf43bdc93e977273 Mon Sep 17 00:00:00 2001 From: jj <j.rybicki@fz-juelich.de> Date: Mon, 30 Jan 2023 08:28:30 +0100 Subject: [PATCH] jinja for static folder --- templates/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/main.html b/templates/main.html index aa31b5f..09191f1 100644 --- a/templates/main.html +++ b/templates/main.html @@ -108,7 +108,7 @@ </div> <div class="col-lg-2 col-6 d-inlign-flex"> <p class="text-center align-self-center"> - <img loading="lazy" src="./../../static/BMBF_gefoerdert_2017_en.jpg" alt="Funded by BMBF" style="max-height:100px"> + <img loading="lazy" src="{{ url_for('static', filename='BMBF_gefoerdert_2017_en.jpg') }}" alt="Funded by BMBF" style="max-height:100px"> </p> </div> <div class="col-lg-5 col-12 d-inlign-flex"> -- GitLab