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 %}