diff --git a/boards/templates/boards/all_threads.html b/boards/templates/boards/all_threads.html --- a/boards/templates/boards/all_threads.html +++ b/boards/templates/boards/all_threads.html @@ -9,7 +9,7 @@ {% if tag %} - {{ tag.get_name }} - {{ site_name }} + {{ tag.get_localized_name }} - {{ site_name }} {% else %} {{ site_name }} {% endif %}