Skip to content
Snippets Groups Projects
Commit 06e74fe1 authored by Brian Moe's avatar Brian Moe
Browse files

urlize comments in event detail

parent e245447d
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@
<td>{{ log.created|multiTime:"logtime" }}</td>
<td>{{ log.issuer }}</td>
<td><a href="{{ log.fileurl }}">{{ log.filename }}</a></td>
<td>{{ log.comment }}</td>
<td>{{ log.comment|urlize }}</td>
</tr>
{% endfor %}
</table>
......
......@@ -98,7 +98,7 @@
{% endfor %}
{% if form %}
<form action="{{ formAction }}"method="POST">
<form action="{{ formAction }}" method="POST">
<table>
{{ form.as_table }}
<tr><td/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment