From 702dece447390e5c7c7e2d698112267a8e15c772 Mon Sep 17 00:00:00 2001 From: Richard Hitier Date: Tue, 3 Oct 2023 10:41:53 +0200 Subject: [PATCH] Remove targets section --- web/view/home.html.jinja2 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/web/view/home.html.jinja2 b/web/view/home.html.jinja2 index c04f99b..a30d466 100755 --- a/web/view/home.html.jinja2 +++ b/web/view/home.html.jinja2 @@ -89,21 +89,18 @@ {% for target in planets %} {{ target_button(target) }} {% endfor %} - - - {# The probes and comets are not displayed in the ESA version. #} {% if not is_esa %} - -
{% for target in probes %} {{ target_button(target) }} {% endfor %} {% for target in comets %} {{ target_button(target) }} {% endfor %} -
{% endif %} + + +
-- libgit2 0.21.2