Show More
@@ -9,9 +9,9 b'' | |||
|
9 | 9 | <a class="post_id" href="{{ post.get_absolute_url }}">#{{ post.id }}</a> |
|
10 | 10 | {% if is_opening %} |
|
11 | 11 | {% if thread.is_stickerpack %} |
|
12 | 📷 | |
|
12 | <span title="{% trans "Sticker Pack" %}">📷</span> | |
|
13 | 13 | {% elif thread.is_monochrome %} |
|
14 | ☯ | |
|
14 | <span title="{% trans "Monochrome" %}">☯</span> | |
|
15 | 15 | {% endif %} |
|
16 | 16 | {% endif %} |
|
17 | 17 | <span class="title">{{ post.title|escape }}</span> |
General Comments 0
You need to be logged in to leave comments.
Login now