From: Rico Hoppe Date: Thu, 25 Jan 2024 19:46:33 +0000 (+0000) Subject: docs/confirm-restore: removed comment & added missing container X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0db5ce613052dcf2a56f66dd676460429e938f60;p=ipfire.org.git docs/confirm-restore: removed comment & added missing container Signed-off-by: Rico Hoppe --- 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 %}