From e449ac6f7ce4ca8d342af12875090cf412c89d0c Mon Sep 17 00:00:00 2001 From: Quido Zientek <quido@codero.cz> Date: Mon, 29 Aug 2022 10:24:34 +0200 Subject: [PATCH] [FIX] show more button --- main/templates/main/main_articles_page.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/templates/main/main_articles_page.html b/main/templates/main/main_articles_page.html index a3000550..27ec6b1c 100644 --- a/main/templates/main/main_articles_page.html +++ b/main/templates/main/main_articles_page.html @@ -21,7 +21,6 @@ <div id="searchResultWrapper"> {% include 'main/blocks/articles_block.html' with article_data_list=article_data_list %} </div> - </div> {% if show_next_articles %} <div class="text-center"> <a @@ -38,6 +37,8 @@ </span> </a> </div> + </div> + {% endif %} </div> </main> -- GitLab