We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbad89 commit 01cf59bCopy full SHA for 01cf59b
templates/header.twig
@@ -58,5 +58,4 @@
58
{{ include('modals/preview_sql_modal.twig') }}
59
{{ include('modals/enum_set_editor.twig') }}
60
{{ include('modals/create_view.twig') }}
61
- {{ include('modals/change_password.twig') }}
62
{%- endif -%}
templates/home/index.twig
@@ -45,6 +45,7 @@
45
<a href="{{ url('/user-password') }}" id="change_password_anchor" class="ajax">
46
{{ get_icon('s_passwd', 'Change password'|trans, true) }}
47
</a>
48
+ {{ include('modals/change_password.twig') }}
49
</li>
50
{% endif %}
51
0 commit comments