From 131691f0a82262b72f7c63fb4660eb2a6f2df49c Mon Sep 17 00:00:00 2001 From: Jedrzej Rybicki <j.rybicki@fz-juelich.de> Date: Tue, 15 Feb 2022 10:33:01 +0100 Subject: [PATCH] Update main.html (funding number) --- templates/main.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/main.html b/templates/main.html index 7321501..f4c06a5 100644 --- a/templates/main.html +++ b/templates/main.html @@ -118,6 +118,8 @@ <strong> <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. </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> -- GitLab