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