diff --git a/templates/main.html b/templates/main.html
index 2e9379eabfb3ee447cfa67ad471beebf3f13b764..3a5a3065ed4f3e97159ab0b4fb8e7967c18f32e6 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -94,7 +94,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">
@@ -110,7 +110,7 @@
                  <a style="color: #f39200" href="https://www.fz-juelich.de/portal/EN/Service/LegalNotice/_node.html">Impressum</a>
                  </strong>
                  <br>
-                 The project has recieved funding from German Federal Ministry of Education and Research agreement no. 16GPC016K.
+                 The project has received funding from German Federal Ministry of Education and Research agreement no. 16GPC016K.
                </small>
                <div class="row mt-4 pl-5" style="margin-top: 1.5rem; padding-left: 3rem !important; ">
                  <p style="border-top: 1px solid darkgray;"><small>This service is based on Apache Airflow {{ version_label }}: {% if airflow_version %}<a href="https://pypi.python.org/pypi/apache-airflow/{{ airflow_version }}" target="_blank">v{{ airflow_version }}</a>{% else %} N/A{% endif %}</small></p>