From 7b5f9ce216bf3729e20d2a008c7bed301edc0b67 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Thu, 12 Oct 2023 18:47:02 +0000 Subject: [PATCH] docs/watchlist: restyled the page --- src/templates/docs/watchlist.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/templates/docs/watchlist.html b/src/templates/docs/watchlist.html index 4a4aee6d..d178ed47 100644 --- a/src/templates/docs/watchlist.html +++ b/src/templates/docs/watchlist.html @@ -11,14 +11,14 @@ {% end block %} {% block main %} -
-
-
{{ _("Your Watchlist") }}
+
+
+
{{ _("Your Watchlist") }}
{% if pages %} {% module DocsList(pages) %} {% else %} -
+
{{ _("You do not have any pages on your watchlist") }}
{% end %} -- 2.47.3