# HG changeset patch # User neko259 # Date 2017-10-22 18:54:32 # Node ID 78a65fab2932f5d562096e2852ee5d92395042d3 # Parent af29e7409524f19146428bf6ce24c84f80678bbf Search by tags also, not only their posts diff --git a/boards/templates/search/search.html b/boards/templates/search/search.html --- a/boards/templates/search/search.html +++ b/boards/templates/search/search.html @@ -27,6 +27,12 @@ + {% if tags %} +
{% trans "Tags" %}: + {{ tags|safe }} +
+ {% endif %} + {% if current_page %} {% if prev_page_link %}