diff --git a/templates/web/prod/index.html.twig b/templates/web/prod/index.html.twig index fcc4b6de1d..49383d3315 100644 --- a/templates/web/prod/index.html.twig +++ b/templates/web/prod/index.html.twig @@ -948,14 +948,18 @@ {% endif %} - {% set bool = 0 %} - {% if user.getPrefs('start_page') == 'QUERY' or user.getPrefs('start_page') == 'LAST_QUERY' %} - {% set bool = 1 %} - {% endif %} -
- {% if bool == 0 %} - {{start_page_content}} +
+
@@ -1310,16 +1314,6 @@