1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-29 01:34:31 +01:00
This commit is contained in:
Savetheinternet 2011-11-17 16:15:57 +11:00
parent b03ed2464b
commit 5458eda58d

View File

@ -8,7 +8,7 @@
<label for="delete_{{ post.id }}">
{% if post.subject|length > 0 %}
{# show subject #}
<span itemprop="title" class="subject">{{ post.subject }}</span>
<span itemprop="name" class="subject">{{ post.subject }}</span>
{% endif %}
{% if post.email|length > 0 %}
{# start email #}