mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-07 11:13:34 +01:00
Fix error about template not found
Following bundle inheritance removal
This commit is contained in:
parent
96b7b7b831
commit
031f5d27d8
@ -1,5 +1,5 @@
|
|||||||
{# Override `vendor/scheb/two-factor-bundle/Resources/views/Authentication/form.html.twig` #}
|
{# 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 %}
|
{% block fos_user_content %}
|
||||||
<form class="form" action="{{ path("2fa_login_check") }}" method="post">
|
<form class="form" action="{{ path("2fa_login_check") }}" method="post">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user