From 41d0f6674086bc194ad87f1c7bb547d2975157b9 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Sat, 11 May 2024 13:52:20 +0000 Subject: [PATCH] docs/confirm-restore: fix restore page * this fixes bug 13538 * used wrong block, now uses right block Signed-off-by: Rico Hoppe Signed-off-by: Michael Tremer --- src/templates/docs/confirm-restore.html | 38 ++++++++++++++----------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/src/templates/docs/confirm-restore.html b/src/templates/docs/confirm-restore.html index 7df1a4b0..06557f0c 100644 --- a/src/templates/docs/confirm-restore.html +++ b/src/templates/docs/confirm-restore.html @@ -2,7 +2,7 @@ {% block title %}{{ _("Restore %s") % page.page }}{% end block %} -{% block content %} +{% block container %}
@@ -30,25 +30,31 @@
-

- {{ _("Do you really want to restore this page to its revision from %s?") % locale.format_date(page.timestamp) }} -

+
+

+ {{ _("Do you really want to restore this page to its revision from %s?") % locale.format_date(page.timestamp) }} +

+
-
- {% raw xsrf_form_html() %} +
+ + {% raw xsrf_form_html() %} - - + + -
- -
+
+ +
- - +
+ +
+ +
{% end block %} -- 2.47.3