Skip to content

Commit

Permalink
fixup! Add language switch to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
erdnaxe committed Nov 22, 2024
1 parent 9f16255 commit 9d5cf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
{% trans %}Change language{% endtrans %}
</span>
</button>
{%- with form = Forms.lang.LanguageForm(language=get_locale()) %}
{%- with form = Forms.language.LanguageForm(language=get_locale()) %}
<form id="language-switch">
<ul class="dropdown-menu dropdown-menu-end">
{%- for subfield in form.language %}
Expand Down

0 comments on commit 9d5cf49

Please sign in to comment.