Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.

Commit f48bd8d

Browse files
committed
Fix minor errors in "index"
1 parent 4e98d45 commit f48bd8d

File tree

1 file changed

+2
-2
lines changed
  • inyoka_theme_default/templates/portal/privmsg

1 file changed

+2
-2
lines changed

inyoka_theme_default/templates/portal/privmsg/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
{% if entry.message.recipients|length > 1 %}, …{% endif %}
145145
</td>
146146
<td data-title="{% trans %}Date{% endtrans %}">{{ entry.message.pub_date|datetime }}</td>
147-
<td data-title={% trans %}Actions{% endtrans %} class="actions">
147+
<td data-title="{% trans %}Actions{% endtrans %}" class="actions">
148148
{% if not entry.is_own_message %}
149149
{% if entry.message.author.is_active %}
150150
<a href="{{ entry|url('reply') }}" title="{% trans %}Reply{% endtrans %}">
@@ -170,7 +170,7 @@
170170
<input type="checkbox" name="delete" value="{{ entry.id }}" />
171171
</td>
172172
</tr>
173-
{% else %}
173+
{% else %}
174174
<tr>
175175
<td colspan="6">
176176
{% trans %}Currently there are no messages in this folder.{% endtrans %}

0 commit comments

Comments
 (0)