# HG changeset patch # User neko259 # Date 2016-12-26 16:11:08 # Node ID e23c2c70eb21b9f88ca655714c241ec127325c36 # Parent 90f7b79a94422c979dd1bfa2dc32006b598401d2 Show version info on every page, not just thread list 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 @@ -189,7 +189,6 @@ {% block metapanel %} - {{ site_name }} {{ version }} {% trans "Pages:" %} [ {% with dividers=paginator.get_dividers %} diff --git a/boards/templates/boards/base.html b/boards/templates/boards/base.html --- a/boards/templates/boards/base.html +++ b/boards/templates/boards/base.html @@ -77,6 +77,7 @@