Urlize logs
This commit is contained in:
parent
1a9f9ca23b
commit
0c29381351
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<td>{{ entry.created|date:"H:i:s" }}</td>
|
<td>{{ entry.created|date:"H:i:s" }}</td>
|
||||||
<td class="has-text-right">{% if entry.nick %}{{ entry.nick }}{% else %}*{% endif %}</td>
|
<td class="has-text-right">{% if entry.nick %}{{ entry.nick }}{% else %}*{% endif %}</td>
|
||||||
<td>{{ entry.content }}</td>
|
<td>{{ entry.content|urlize }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in a new issue