Urlize logs

This commit is contained in:
Rodolphe Breard 2018-06-09 17:31:14 +02:00
parent 1a9f9ca23b
commit 0c29381351

View file

@ -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>