diff --git a/app/templates/monthly_overview/fragments/list.html b/app/templates/monthly_overview/fragments/list.html index 9459bb5..2e1084f 100644 --- a/app/templates/monthly_overview/fragments/list.html +++ b/app/templates/monthly_overview/fragments/list.html @@ -34,15 +34,9 @@ {% empty %} -
-
-
- -

{% translate "No transactions this month" %}

-

{% translate "Try adding one" %}

-
-
-
+ {% endfor %}
diff --git a/app/templates/transactions/fragments/list_all.html b/app/templates/transactions/fragments/list_all.html index 744a753..aca3aa4 100644 --- a/app/templates/transactions/fragments/list_all.html +++ b/app/templates/transactions/fragments/list_all.html @@ -33,15 +33,9 @@
{% empty %} -
-
-
- -

{% translate "No transactions found" %}

-

{% translate "Try adding one" %}

-
-
-
+ {% endfor %} {% if page_obj.has_other_pages %}