diff options
Diffstat (limited to 'templates')
-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 eb950ef4..dd315fd2 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -23,7 +23,7 @@ <td class="key"><a href="{{ todo.get_absolute_url }}" title="View todo list: {{ todo.name }}">{{ todo.name }}</a></td> <td>{{ todo.date_added }}</td> - <td>{{ todo.description }}</td> + <td>{{ todo.description|safe }}</td> </tr> {% endfor %} </tbody> |