Skip to content

Commit

Permalink
Merge pull request #6411 from janbrasna/fix/locale-list-footer
Browse files Browse the repository at this point in the history
Use locale_picker_url in footer
  • Loading branch information
akatsoulas authored Dec 13, 2024
2 parents ad65cfd + ac9d905 commit fc59b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitsune/sumo/jinja2/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ <h5 class="mzp-c-footer-heading">{{ _('Mozilla Account') }}</h5>

<section class="mzp-c-footer-col lang-col">
<form class="mzp-c-language-switcher" method="get" action="#">
<a class="mzp-c-language-switcher-link" href="https://www.mozilla.org/locales/">{{ _('Language') }}</a>
<a class="mzp-c-language-switcher-link" href="{{ locale_picker_url }}">{{ _('Language') }}</a>
<label for="mzp-c-language-switcher-select">{{ _('Language') }}</label>
<select id="mzp-c-language-switcher-select" class="mzp-js-language-switcher-select"
name="lang">
Expand Down

0 comments on commit fc59b5e

Please sign in to comment.