From 5d8e06d7962bb97e6d8b585f732458d76affa3fb Mon Sep 17 00:00:00 2001 From: usmannasir Date: Wed, 2 Apr 2025 02:04:26 +0500 Subject: [PATCH] add pagination and search --- .../websiteFunctions/WPsitesList.html | 24 +++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/websiteFunctions/templates/websiteFunctions/WPsitesList.html b/websiteFunctions/templates/websiteFunctions/WPsitesList.html index 93c1ec210..8ae2e61d6 100644 --- a/websiteFunctions/templates/websiteFunctions/WPsitesList.html +++ b/websiteFunctions/templates/websiteFunctions/WPsitesList.html @@ -199,8 +199,8 @@
-
-
+
+
@@ -210,6 +210,17 @@
+
+ {% if not request.user.is_authenticated %} + Login + {% endif %} +
+
+ +
+ +
+ No WordPress sites found.
@@ -351,6 +362,15 @@ .checkbox { margin-bottom: 10px; } + .mb-3 { + margin-bottom: 1rem; + } + .clearfix { + clear: both; + } + .panel-body { + padding: 20px; + } {% endblock content %}