From 3aad4da8dc8030d1c154fd721f1ea511667ef414 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 14 Dec 2023 14:36:07 +0000 Subject: [PATCH] docs: Show watch checkbox when pages are created Signed-off-by: Michael Tremer --- src/templates/docs/edit.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/templates/docs/edit.html b/src/templates/docs/edit.html index 4e68b062..a4be792d 100644 --- a/src/templates/docs/edit.html +++ b/src/templates/docs/edit.html @@ -96,17 +96,18 @@ - {% if page and not page.is_watched_by(current_user) %} -
+ {% if not page or not page.is_watched_by(current_user) %} +
- - +
- +

{{_("Get notified when this page is changed") }} - +

{% end %} -- 2.47.2