diff --git a/templates/widgets/w_news_element_item.html b/templates/widgets/w_news_element_item.html index 06ae60f..67baebc 100644 --- a/templates/widgets/w_news_element_item.html +++ b/templates/widgets/w_news_element_item.html @@ -1,6 +1,6 @@ {% load static %} -{% if from_el and forloop.counter > from_el %} +{% if not from_el or forloop.counter > from_el %}