From 0db5ce613052dcf2a56f66dd676460429e938f60 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Thu, 25 Jan 2024 19:46:33 +0000 Subject: [PATCH] docs/confirm-restore: removed comment & added missing container Signed-off-by: Rico Hoppe --- src/templates/docs/confirm-restore.html | 75 ++++++++----------------- 1 file changed, 23 insertions(+), 52 deletions(-) diff --git a/src/templates/docs/confirm-restore.html b/src/templates/docs/confirm-restore.html index 1ea66351..7df1a4b0 100644 --- a/src/templates/docs/confirm-restore.html +++ b/src/templates/docs/confirm-restore.html @@ -3,36 +3,6 @@ {% block title %}{{ _("Restore %s") % page.page }}{% end block %} {% block content %} - -
@@ -58,26 +28,27 @@
-
-

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

- -
- {% raw xsrf_form_html() %} - - - - -
- -
- - -
-
- +
+
+

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

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