From 031f5d27d876cd17f5c03bd461ab7df830ca5f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Benoist?= Date: Mon, 30 May 2022 13:40:26 +0200 Subject: [PATCH] Fix error about template not found Following bundle inheritance removal --- .../UserBundle/Resources/views/Authentication/form.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig b/src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig index e15ed255b..22945b51b 100644 --- a/src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig +++ b/src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig @@ -1,5 +1,5 @@ {# Override `vendor/scheb/two-factor-bundle/Resources/views/Authentication/form.html.twig` #} -{% extends "WallabagUserBundle::layout.html.twig" %} +{% extends "FOSUserBundle::layout.html.twig" %} {% block fos_user_content %}