Merge branch '4.5' of github.com:vichan-devel/Tinyboard into HEAD
Conflicts: templates/themes/basic/index.html
|
@ -1,3 +1,7 @@
|
|||
{% if config.poster_ids %}
|
||||
ID: {{ post.ip|poster_id(post.id) }}
|
||||
{% if post.thread %}
|
||||
ID: {{ post.ip|poster_id(post.thread) }}
|
||||
{% else %}
|
||||
ID: {{ post.ip|poster_id(post.id) }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 13 KiB |