diff --git a/app/templates/index.html b/app/templates/index.html index 66b6301..df6044e 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -45,8 +45,10 @@ {% endfor %} +{% if has_more %}
+{% endif %} {% else %}{{ 'index.empty'|t(lang) }}
diff --git a/app/templates/showcase.html b/app/templates/showcase.html index 44d8903..2a562d8 100644 --- a/app/templates/showcase.html +++ b/app/templates/showcase.html @@ -86,8 +86,10 @@ {% endif %} {% endfor %} {% endif %} +{% if sent_visible|length > 19 %} +{% endif %}