Commit 702dece447390e5c7c7e2d698112267a8e15c772

Authored by hitier
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 89 {% for target in planets %}
90 90 {{ target_button(target) }}
91 91 {% endfor %}
92   - </section>
93   -
94   -
95 92 {# The probes and comets are not displayed in the ESA version. #}
96 93 {% if not is_esa %}
97   -
98   - <section class="targets-filters">
99 94 {% for target in probes %}
100 95 {{ target_button(target) }}
101 96 {% endfor %}
102 97 {% for target in comets %}
103 98 {{ target_button(target) }}
104 99 {% endfor %}
105   - </section>
106 100 {% endif %}
  101 + </section>
  102 +
  103 +
107 104 </details>
108 105  
109 106 <hr class="clear">
... ...