Commit 702dece447390e5c7c7e2d698112267a8e15c772
1 parent
ac775525
Exists in
rhitier-dev
Remove targets section
Showing
1 changed file
with
3 additions
and
6 deletions
Show diff stats
web/view/home.html.jinja2
@@ -89,21 +89,18 @@ | @@ -89,21 +89,18 @@ | ||
89 | {% for target in planets %} | 89 | {% for target in planets %} |
90 | {{ target_button(target) }} | 90 | {{ target_button(target) }} |
91 | {% endfor %} | 91 | {% endfor %} |
92 | - </section> | ||
93 | - | ||
94 | - | ||
95 | {# The probes and comets are not displayed in the ESA version. #} | 92 | {# The probes and comets are not displayed in the ESA version. #} |
96 | {% if not is_esa %} | 93 | {% if not is_esa %} |
97 | - | ||
98 | - <section class="targets-filters"> | ||
99 | {% for target in probes %} | 94 | {% for target in probes %} |
100 | {{ target_button(target) }} | 95 | {{ target_button(target) }} |
101 | {% endfor %} | 96 | {% endfor %} |
102 | {% for target in comets %} | 97 | {% for target in comets %} |
103 | {{ target_button(target) }} | 98 | {{ target_button(target) }} |
104 | {% endfor %} | 99 | {% endfor %} |
105 | - </section> | ||
106 | {% endif %} | 100 | {% endif %} |
101 | + </section> | ||
102 | + | ||
103 | + | ||
107 | </details> | 104 | </details> |
108 | 105 | ||
109 | <hr class="clear"> | 106 | <hr class="clear"> |