Urlize terms.

Signed-off-by: Sergiusz 'q3k' Bazański <q3k@q3k.org>
master
q3k 2015-02-01 12:53:13 +01:00
parent 774b617143
commit bead955f3a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<h1>Entries for {{term}}</h1>
<ul>
{% for entry, at, by in entries %}
<li>{{ entry}} <i>(added by {{ by }} on {{ at }})</i></li>
<li>{{ entry|urlize}} <i>(added by {{ by }} on {{ at }})</i></li>
{% endfor %}
</ul>
{% endblock %}