# HG changeset patch # User neko259 # Date 2017-11-05 21:38:02 # Node ID cc32b5961a9552039d4ccdd54aa7bd3050d0c407 # Parent 05a7a8068705badb1e54f7dd972b9c3b0c3cd0ef Added title to the monocrome or sticker pack icons diff --git a/boards/templates/boards/post.html b/boards/templates/boards/post.html --- a/boards/templates/boards/post.html +++ b/boards/templates/boards/post.html @@ -9,9 +9,9 @@ #{{ post.id }} {% if is_opening %} {% if thread.is_stickerpack %} - 📷 + 📷 {% elif thread.is_monochrome %} - ☯ + {% endif %} {% endif %} {{ post.title|escape }}