# HG changeset patch # User neko259 # Date 2017-11-04 22:13:37 # Node ID 73ab365f1a23ca53163d0457ff68b86a3fd6a1ec # Parent 87ba78c66dd3225129b6c8f2fc890a1801edfd84 Tag page should show a localized name in the title 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 %}