From 0b407c030582e044c73b616de6dc7ad918a38eae Mon Sep 17 00:00:00 2001 From: Pedro Moreno Date: Tue, 21 Feb 2023 21:41:29 +0100 Subject: [PATCH 1/2] Updated reset form --- templates/error.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/error.html.twig b/templates/error.html.twig index ad5d6c0..6a24692 100644 --- a/templates/error.html.twig +++ b/templates/error.html.twig @@ -8,7 +8,7 @@
-

Error {{ page.header.http_response_code }}

+

Error {{ page.header.http_response_code }}

{{ page.content|raw }}

From 2bc8c623a2ad5b1911056e9d528c830e3383d7c5 Mon Sep 17 00:00:00 2001 From: Pedro Moreno Date: Tue, 21 Feb 2023 21:41:52 +0100 Subject: [PATCH 2/2] Updated reset form --- templates/reset.html.twig | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/reset.html.twig diff --git a/templates/reset.html.twig b/templates/reset.html.twig new file mode 100644 index 0000000..5a0411a --- /dev/null +++ b/templates/reset.html.twig @@ -0,0 +1,20 @@ +{% extends 'partials/base.html.twig' %} + +{% block menu %} + {% include 'partials/sidebar_right.html.twig' %} +{% endblock %} + +{% block content %} +
+
+
+

{{ page.header.title }}

+
+
+
+ {% include 'partials/messages.html.twig' %} + {% include 'partials/reset-form.html.twig' %} +
+{% endblock %} + +