diff --git a/resources/views/auth/lost-two-factor.twig b/resources/views/auth/lost-two-factor.twig index dabf4dae0c..07089c0f5e 100644 --- a/resources/views/auth/lost-two-factor.twig +++ b/resources/views/auth/lost-two-factor.twig @@ -12,7 +12,7 @@ {# favicons #} - {% include('v1.partials.favicons') %} + {% include('partials.favicons') %}
diff --git a/resources/views/auth/register.twig b/resources/views/auth/register.twig index 873870cf42..02a1e2d437 100644 --- a/resources/views/auth/register.twig +++ b/resources/views/auth/register.twig @@ -45,6 +45,6 @@ {{ 'forgot_my_password'|_ }} - {% include 'v1.partials.password-modal' %} + {% include 'partials.password-modal' %} {% endblock %} diff --git a/resources/views/form/non-selectable-amount.twig b/resources/views/form/non-selectable-amount.twig index e9eb950ebf..06434ec050 100644 --- a/resources/views/form/non-selectable-amount.twig +++ b/resources/views/form/non-selectable-amount.twig @@ -6,6 +6,6 @@ {{ selectedCurrency.symbol }} {{ Form.input('number', name, value, options) }} - {% include 'v1.form.feedback' %} + {% include 'form.feedback' %} diff --git a/resources/views/index.twig b/resources/views/index.twig index 254bd66297..7f8d544df3 100644 --- a/resources/views/index.twig +++ b/resources/views/index.twig @@ -4,7 +4,7 @@ {{ Breadcrumbs.render }} {% endblock %} {% block content %} - {% include 'v1.partials.boxes' %} + {% include 'partials.boxes' %}