diff options
-rw-r--r-- | templates/devel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index f4a81102..0505ff14 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -81,7 +81,7 @@ <td><a href="{{ todo.get_absolute_url }}" title="View todo list: {{ todo.name }}">{{ todo.name }}</a></td> <td>{{ todo.date_added|date }}</td> - <td class="wrap">{{ todo.description|safe }}</td> + <td class="wrap">{{ todo.description|urlize }}</td> </tr> {% empty %} <tr class="empty"><td colspan="3"><em>No package todo lists to display</em></td></tr> |