From 9ae5c94f9358969fdf23c262270eb617b658c180 Mon Sep 17 00:00:00 2001 From: Hendrik L Date: Mon, 19 Aug 2024 11:17:44 +0200 Subject: [PATCH] add pagination to admin deleted content view --- app/templates/admin/deleted_posts.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/app/templates/admin/deleted_posts.html b/app/templates/admin/deleted_posts.html index 420ef09e..bf4cef49 100644 --- a/app/templates/admin/deleted_posts.html +++ b/app/templates/admin/deleted_posts.html @@ -17,6 +17,18 @@

{{ _('No deleted posts.') }}

{% endfor %} + {% if post_replies %}

Deleted comments

@@ -29,6 +41,18 @@

{{ _('No deleted comments.') }}

{% endfor %}
+ {% else %}

{{ _('No comments yet.') }}

{% endif %}