mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Remove v1 references
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<link href="v1/lib/adminlte/css/AdminLTE.min.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css" nonce="{{ JS_NONCE }}">
|
||||
|
||||
{# favicons #}
|
||||
{% include('v1.partials.favicons') %}
|
||||
{% include('partials.favicons') %}
|
||||
|
||||
</head>
|
||||
<body class="container">
|
||||
|
@@ -45,6 +45,6 @@
|
||||
<a href="{{ route('password.reset.request') }}">{{ 'forgot_my_password'|_ }}</a>
|
||||
</div>
|
||||
|
||||
{% include 'v1.partials.password-modal' %}
|
||||
{% include 'partials.password-modal' %}
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user