Skip to content

Commit

Permalink
Use correct lang parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
pehala committed Nov 10, 2024
1 parent 90ae9cc commit c08f604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/templates/base/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% get_language_info_list for LANGUAGES as languages %}

<!DOCTYPE html>
<html lang="en">
<html lang="{{ LANGUAGE_CODE }}">
<head>
<title>{% block title %} {{ request.tenant.display_name }} {% endblock %}</title>
{% if request.tenant.icon %}
Expand Down

0 comments on commit c08f604

Please sign in to comment.