From: Rico Hoppe Date: Sat, 11 May 2024 13:52:20 +0000 (+0000) Subject: docs/confirm-restore: fix restore page X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41d0f6674086bc194ad87f1c7bb547d2975157b9;p=ipfire.org.git 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 --- 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 %}